r87500 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r87499
|
r87500
|
r87501
>
Date:
18:02, 5 May 2011
Author:
ialex
Status:
ok
Tags:
Comment:
Simplify a bit: $wgOut->addWikiText( wfMsg( ... ) ) -> $wgOut->addWikiMsg( ... )
Modified paths:
/trunk/extensions/CodeReview/ui/SpecialCode.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CodeReview/ui/SpecialCode.php
—
—
@@ -26,7 +26,7 @@
27
27
if( $view ) {
28
28
$view->execute();
29
29
} else {
30
- $wgOut->addWikiText( wfMsg( 'nosuchactiontext' ) );
30
+ $wgOut->addWikiMsg( 'nosuchactiontext' );
31
31
$wgOut->returnToMain( null, $this->getTitle() );
32
32
return;
33
33
}
Status & tagging log
20:27, 26 May 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r87500
[
removed:
new
added:
ok]