r87890 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r87889
|
r87890
|
r87891
>
Date:
20:00, 11 May 2011
Author:
ialex
Status:
ok
Tags:
Comment:
OutputPage::addWikiText() with wfMsg() -> OutputPage::addWikiMsg()
Modified paths:
/trunk/extensions/Collection/Collection.body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Collection/Collection.body.php
—
—
@@ -390,7 +390,7 @@
391
391
return;
392
392
}
393
393
}
394
- $wgOut->addWikiText( wfMsg( 'coll-book_creator_help' ) );
394
+ $wgOut->addWikiMsg( 'coll-book_creator_help' );
395
395
}
396
396
397
397
function renderStopBookCreatorPage( $referer ) {
Status & tagging log
11:55, 12 May 2011
Jack Phoenix
(
talk
|
contribs
)
changed the
status
of r87890
[
removed:
new
added:
ok]