r36270 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r36269
|
r36270
|
r36271
>
Date:
18:52, 13 June 2008
Author:
ialex
Status:
old
Tags:
Comment:
fix for
r36212
: take care of the namespace too
Modified paths:
/trunk/phase3/includes/OutputPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/OutputPage.php
—
—
@@ -1438,7 +1438,7 @@
1439
1439
# menu in your browser.
1440
1440
1441
1441
$rctitle = SpecialPage::getTitleFor( 'Recentchanges' );
1442
- if ( $wgTitle->getText() != $rctitle->getText() ) {
1442
+ if ( $wgTitle->getPrefixedText() != $rctitle->getPrefixedText() ) {
1443
1443
global $wgSitename;
1444
1444
1445
1445
$ret .= $this->feedLink(
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r36212
(
bug 14500
) - The sitefeed (RC) shouldn't show up on Recentchanges itself.
demon
00:51, 12 June 2008
Status & tagging log
15:28, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r36270
[
removed:
ok
added:
old]