Index: trunk/phase3/skins/Standard.php |
— | — | @@ -215,10 +215,6 @@ |
216 | 216 | array( 'known', 'noclasses' ) |
217 | 217 | ); |
218 | 218 | |
219 | | - #if( $tns%2 && $action!='edit' && !$wpPreview) { |
220 | | - #$s.= '<br />'.$this->linkKnown( Title::newFromText( $wgTitle->getPrefixedText() ),wfMsg('postcomment'),array(),array('action'=>'edit','section'=>'new')); |
221 | | - #} |
222 | | - |
223 | 219 | /* |
224 | 220 | watching could cause problems in edit mode: |
225 | 221 | if user edits article, then loads "watch this article" in background and then saves |