r91417 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91416‎ | r91417 | r91418 >
Date:19:19, 4 July 2011
Author:hashar
Status:ok
Tags:
Comment:
Revert old page navigation back to a subtitle

Please reapply to trunk for inclusion in 1.19.

Follow up reverts in trunk by r91416
Reverts r85322 in REL1_18
Modified paths:
  • /branches/REL1_18/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/Article.php
@@ -3779,7 +3779,7 @@
37803780 "\n\t\t\t\t<div id=\"mw-revision-nav\">" . $cdel . wfMsgExt( 'revision-nav', array( 'escapenoentities', 'parsemag', 'replaceafter' ),
37813781 $prevdiff, $prevlink, $lnk, $curdiff, $nextlink, $nextdiff ) . "</div>\n\t\t\t";
37823782
3783 - $wgOut->addHTML( $r );
 3783+ $wgOut->setSubtitle( $r );
37843784 }
37853785
37863786 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85322Add the revision-info and revision-info-current messages directly to the page...happy-melon11:46, 4 April 2011
r91416Revert old page navigation back to a subtitle...hashar19:17, 4 July 2011

Status & tagging log