r44788 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44787‎ | r44788 | r44789 >
Date:23:09, 18 December 2008
Author:aaron
Status:reverted (Comments)
Tags:
Comment:
Streamline links a bit
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -1160,15 +1160,11 @@
11611161 global $wgOut;
11621162 $sep = " |\n";
11631163
1164 - $s = $this->mainPageLink() . $sep
1165 - . $this->specialLink( 'recentchanges' );
 1164+ $s = $this->mainPageLink();
11661165
11671166 if ( $wgOut->isArticleRelated() ) {
1168 - $s .= $sep . $this->editThisPage()
1169 - . $sep . $this->historyLink();
 1167+ $s .= $sep . $this->editThisPage() . $sep . $this->historyLink();
11701168 }
1171 - # Many people don't like this dropdown box
1172 - #$s .= $sep . $this->specialPagesList();
11731169
11741170 $s .= $this->variantLinks();
11751171

Follow-up revisions

RevisionCommit summaryAuthorDate
r45257* (bug 16786) Restored "redundant" links recently removed from Classic sidebar...brion21:31, 31 December 2008

Comments

#Comment by Brion VIBBER (talk | contribs)   21:31, 31 December 2008

Reverted in r45257

  • (bug 16786) Restored "redundant" links recently removed from Classic sidebar

Status & tagging log