forgot to move the comment
authorZheng Zhu <zhengzhu@users.mediawiki.org>
Sat, 23 Oct 2004 13:00:33 +0000 (13:00 +0000)
committerZheng Zhu <zhengzhu@users.mediawiki.org>
Sat, 23 Oct 2004 13:00:33 +0000 (13:00 +0000)
includes/Parser.php

index ecbf761..80dd1a7 100644 (file)
@@ -1095,8 +1095,7 @@ class Parser
                global $wgLang, $wgContLang, $wgLinkCache;
                global $wgDisableLangConversion;
                static $fname = 'Parser::replaceInternalLinks' ;
-               # use a counter to prevent too much unknown links from
-               # being checked for different language variants.
+
                wfProfileIn( $fname );
 
                wfProfileIn( $fname.'-setup' );