r51138 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51137‎ | r51138 | r51139 >
Date:20:05, 28 May 2009
Author:siebrand
Status:ok
Tags:
Comment:
Follow up to r51082 from CR. Message is supposed to be in the content language.
Modified paths:
  • /trunk/extensions/ParserFunctions/ParserFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ParserFunctions/ParserFunctions.php
@@ -594,7 +594,7 @@
595595
596596 return '<strong class="error">' .
597597 wfMsgExt( 'pfunc_string_too_long',
598 - array( 'escape', 'parsemag' ),
 598+ array( 'escape', 'parsemag', 'content' ),
599599 $wgContLang->formatNum( $wgStringFunctionsLimit ) ) .
600600 '</strong>';
601601 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51082Support PLURAL for pfunc_string_too_long. Is that escape really needed - it's...siebrand18:44, 27 May 2009

Status & tagging log