From 2cabb9ca2a9bd0c5a04771038260410c510f1bcf Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 18 Dec 2008 20:50:28 +0000 Subject: [PATCH] Remove some less-useful redundant links from sidebar --- skins/Standard.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/skins/Standard.php b/skins/Standard.php index 1f3cab9587..01819ba025 100644 --- a/skins/Standard.php +++ b/skins/Standard.php @@ -227,10 +227,6 @@ class SkinStandard extends Skin { # "Post a comment" link if( ( $wgTitle->isTalkPage() || $wgOut->showNewSectionLink() ) && $action != 'edit' && !$wpPreview ) $s .= '
' . $this->makeKnownLinkObj( $wgTitle, wfMsg( 'postcomment' ), 'action=edit§ion=new' ); - - #if( $tns%2 && $action!='edit' && !$wpPreview) { - #$s.= '
'.$this->makeKnownLink($wgTitle->getPrefixedText(),wfMsg('postcomment'),'action=edit§ion=new'); - #} /* watching could cause problems in edit mode: @@ -254,11 +250,6 @@ class SkinStandard extends Skin { if ($articleExists && $action !='history') { $s .= $sep . $this->historyLink(); } - $s.=$sep . $this->whatLinksHere(); - - if($wgOut->isArticleRelated()) { - $s .= $sep . $this->watchPageLinksLink(); - } if ( NS_USER == $wgTitle->getNamespace() || $wgTitle->getNamespace() == NS_USER_TALK ) { -- 2.20.1