Index: trunk/phase3/skins/Standard.php |
— | — | @@ -227,10 +227,6 @@ |
228 | 228 | # "Post a comment" link |
229 | 229 | if( ( $wgTitle->isTalkPage() || $wgOut->showNewSectionLink() ) && $action != 'edit' && !$wpPreview ) |
230 | 230 | $s .= '<br />' . $this->makeKnownLinkObj( $wgTitle, wfMsg( 'postcomment' ), 'action=edit§ion=new' ); |
231 | | - |
232 | | - #if( $tns%2 && $action!='edit' && !$wpPreview) { |
233 | | - #$s.= '<br />'.$this->makeKnownLink($wgTitle->getPrefixedText(),wfMsg('postcomment'),'action=edit§ion=new'); |
234 | | - #} |
235 | 231 | |
236 | 232 | /* |
237 | 233 | watching could cause problems in edit mode: |
— | — | @@ -254,12 +250,7 @@ |
255 | 251 | if ($articleExists && $action !='history') { |
256 | 252 | $s .= $sep . $this->historyLink(); |
257 | 253 | } |
258 | | - $s.=$sep . $this->whatLinksHere(); |
259 | 254 | |
260 | | - if($wgOut->isArticleRelated()) { |
261 | | - $s .= $sep . $this->watchPageLinksLink(); |
262 | | - } |
263 | | - |
264 | 255 | if ( NS_USER == $wgTitle->getNamespace() |
265 | 256 | || $wgTitle->getNamespace() == NS_USER_TALK ) { |
266 | 257 | |