r64287 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r64286
|
r64287
|
r64288
>
Date:
08:38, 28 March 2010
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Use OutputPage::addWikiMsg
Modified paths:
/trunk/extensions/SiteMatrix/SiteMatrix_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SiteMatrix/SiteMatrix_body.php
—
—
@@ -331,7 +331,7 @@
332
332
}
333
333
$s .= '</ul>';
334
334
$wgOut->addHTML( $s );
335
- $wgOut->addHTML( wfMsgWikiHtml( 'sitematrix-total', $matrix->getCount() ) );
335
+ $wgOut->addWikiMsg( 'sitematrix-total', $matrix->getCount() );
336
336
}
337
337
}
338
338
Status & tagging log
12:46, 28 March 2010
😂
(
talk
|
contribs
)
changed the
status
of r64287
[
removed:
new
added:
ok]