Parse limitation warnings as 'text' and in user language
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 25 Aug 2013 16:50:38 +0000 (18:50 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sun, 25 Aug 2013 16:50:38 +0000 (18:50 +0200)
commit889e988ccec3428a10c8313866d1b925a9ff794b
tree95dd4c4ec0bac59a40ef20d5f243fad919fd5aed
parentf857f0cd2ed73200349cc2567ff7256392550615
Parse limitation warnings as 'text' and in user language

The default limitation warning messages contains wiki markup to get bold
text, which does not get parsed with 'escaped'

Before using the message class the call was:
wfMsgExt( "$limitationType-warning", array( 'parsemag', 'escape' ),
$current, $max );
This piece of message does not go into the parser cache.

Change-Id: Ibccfacc9a6b9c43491e3b4ca8f5e8f6a6b1efae9
includes/parser/Parser.php