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 @@
10951095 private function tidy( $text ) {
10961096 global $wgUseTidy;
10971097 if ( $wgUseTidy ) {
1098 - $text = Parser::tidy( $text );
 1098+ $text = MWTidy::tidy( $text );
10991099 }
11001100 return $text;
11011101 }

Status & tagging log