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 @@
1515 $data = '';
1616
1717 if ( $userList ) {
18 - $data = wfMessage( 'mah-someone-marked-text' )->params( $userList )->escape();
 18+ $data = wfMessage( 'mah-someone-marked-text' )->params( $userList )->escaped();
1919 }
2020
2121 return <<<HTML

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106843Mark As Helpful APIs and backendbsitu19:30, 20 December 2011

Status & tagging log