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 @@
3780
3780
"\n\t\t\t\t<div id=\"mw-revision-nav\">" . $cdel . wfMsgExt( 'revision-nav', array( 'escapenoentities', 'parsemag', 'replaceafter' ),
3781
3781
$prevdiff, $prevlink, $lnk, $curdiff, $nextlink, $nextdiff ) . "</div>\n\t\t\t";
3782
3782
3783
- $wgOut->addHTML( $r );
3783
+ $wgOut->setSubtitle( $r );
3784
3784
}
3785
3785
3786
3786
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r85322
Add the revision-info and revision-info-current messages directly to the page...
happy-melon
11:46, 4 April 2011
r91416
Revert old page navigation back to a subtitle...
hashar
19:17, 4 July 2011
Status & tagging log
19:47, 4 July 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r91417
[
removed:
new
added:
ok]