r27871 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r27870
|
r27871
|
r27872
>
Date:
06:20, 27 November 2007
Author:
tstarling
Status:
old
Tags:
Comment:
Fixed
bug 12056
: transformMsg() was not calling unstripBoth(), breaking the common use case of <charinsert> among other things.
Modified paths:
/trunk/phase3/includes/Parser.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Parser.php
—
—
@@ -4216,6 +4216,7 @@
4217
4217
$this->setOutputType( OT_MSG );
4218
4218
$this->clearState();
4219
4219
$text = $this->replaceVariables( $text );
4220
+ $text = $this->mStripState->unstripBoth( $text );
4220
4221
4221
4222
$executing = false;
4222
4223
wfProfileOut($fname);
Status & tagging log
15:22, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r27871
[
removed:
ok
added:
old]