r71419 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r71418
|
r71419
|
r71420
>
Date:
21:52, 21 August 2010
Author:
platonides
Status:
ok
Tags:
Comment:
Replace usage of deprecated Parser::tidy()
Modified paths:
/trunk/phase3/maintenance/parserTests.inc
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/parserTests.inc
—
—
@@ -1094,7 +1094,7 @@
1095
1095
private function tidy( $text ) {
1096
1096
global $wgUseTidy;
1097
1097
if ( $wgUseTidy ) {
1098
- $text = Parser::tidy( $text );
1098
+ $text = MWTidy::tidy( $text );
1099
1099
}
1100
1100
return $text;
1101
1101
}
Status & tagging log
10:31, 22 August 2010
MaxSem
(
talk
|
contribs
)
changed the
status
of r71419
[
removed:
new
added:
ok]