Streamline links a bit
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 18 Dec 2008 23:09:49 +0000 (23:09 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 18 Dec 2008 23:09:49 +0000 (23:09 +0000)
includes/Skin.php

index 4eab2f4..e115895 100644 (file)
@@ -1160,15 +1160,11 @@ END;
                global $wgOut;
                $sep = " |\n";
 
-               $s = $this->mainPageLink() . $sep
-                 . $this->specialLink( 'recentchanges' );
+               $s = $this->mainPageLink();
 
                if ( $wgOut->isArticleRelated() ) {
-                       $s .=  $sep . $this->editThisPage()
-                         . $sep . $this->historyLink();
+                       $s .=  $sep . $this->editThisPage() . $sep . $this->historyLink();
                }
-               # Many people don't like this dropdown box
-               #$s .= $sep . $this->specialPagesList();
 
                $s .= $this->variantLinks();