r2845 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2844‎ | r2845 | r2846 >
Date:17:19, 26 March 2004
Author:e23
Status:old
Tags:
Comment:
forgot to remove some testing code
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -148,7 +148,7 @@
149149 }
150150
151151
152 - if( true or $this->mOptions->getUseTeX() ){
 152+ if( $this->mOptions->getUseTeX() ){
153153 $text = Parser::extractTags("math", $text, $math_content, $uniq_prefix);
154154 foreach( $math_content as $marker => $content ){
155155 if( $render ){

Status & tagging log