r92389 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92388
|
r92389
|
r92390
>
Date:
09:33, 17 July 2011
Author:
ialex
Status:
ok
Tags:
Comment:
Fix for
r92388
: that was the wrong method
Modified paths:
/trunk/phase3/includes/specials/SpecialWatchlist.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialWatchlist.php
—
—
@@ -62,7 +62,7 @@
63
63
array(),
64
64
array( 'returnto' => $this->getTitle()->getPrefixedText() )
65
65
);
66
- $out->addHTML( wfMessage( 'watchlistanontext' )->rawParam( $llink )->parse() );
66
+ $out->addHTML( wfMessage( 'watchlistanontext' )->rawParams( $llink )->parse() );
67
67
return;
68
68
}
69
69
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r92388
* Changed Special:RecentChanges and Special:RecentChangesLinked to use the lo...
ialex
09:25, 17 July 2011
Status & tagging log
18:10, 26 July 2011
😂
(
talk
|
contribs
)
changed the
status
of r92389
[
removed:
new
added:
ok]