r111097 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r111096
|
r111097
|
r111098
>
Date:
21:19, 9 February 2012
Author:
maxsem
Status:
ok
Tags:
Comment:
fix function case
Modified paths:
/trunk/extensions/Example/Example.body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Example/Example.body.php
—
—
@@ -12,6 +12,6 @@
13
13
function execute( $par ) {
14
14
global $wgOut;
15
15
16
- $wgOut->addWikimsg( 'example-example' );
16
+ $wgOut->addWikiMsg( 'example-example' );
17
17
}
18
18
}
Status & tagging log
09:02, 10 February 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r111097
[
removed:
new
added:
ok]