r106877 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r106876
|
r106877
|
r106878
>
Date:
21:59, 20 December 2011
Author:
bsitu
Status:
ok
Tags:
Comment:
Fix a typo escape -> escaped
Modified paths:
/trunk/extensions/MarkAsHelpful/includes/MarkAsHelpfulUtil.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MarkAsHelpful/includes/MarkAsHelpfulUtil.php
—
—
@@ -14,7 +14,7 @@
15
15
$data = '';
16
16
17
17
if ( $userList ) {
18
- $data = wfMessage( 'mah-someone-marked-text' )->params( $userList )->escape();
18
+ $data = wfMessage( 'mah-someone-marked-text' )->params( $userList )->escaped();
19
19
}
20
20
21
21
return <<<HTML
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r106843
Mark As Helpful APIs and backend
bsitu
19:30, 20 December 2011
Status & tagging log
05:08, 21 December 2011
Santhosh.thottingal
(
talk
|
contribs
)
changed the
status
of r106877
[
removed:
new
added:
ok]