r42055 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r42054
|
r42055
|
r42056
>
Date:
20:32, 13 October 2008
Author:
demon
Status:
old
Tags:
Comment:
Use addWikiMsg instead of adding wikitext after loading the msg with wfMsg()
Modified paths:
/trunk/extensions/WhoIsWatching/SpecialWhoIsWatching_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/WhoIsWatching/SpecialWhoIsWatching_body.php
—
—
@@ -37,7 +37,7 @@
38
38
39
39
$title = $wgRequest->getVal('page');
40
40
if (!isset($title)) {
41
- $wgOut->addWikiText(wfMsg('specialwhoiswatchingusage'));
41
+ $wgOut->addWikiMsg( 'specialwhoiswatchingusage' );
42
42
return;
43
43
}
44
44
Status & tagging log
15:36, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r42055
[
removed:
ok
added:
old]