removed double conversion of linked text.
authorZheng Zhu <zhengzhu@users.mediawiki.org>
Tue, 19 Oct 2004 17:44:00 +0000 (17:44 +0000)
committerZheng Zhu <zhengzhu@users.mediawiki.org>
Tue, 19 Oct 2004 17:44:00 +0000 (17:44 +0000)
includes/Parser.php

index cb96dcd..f97bffc 100644 (file)
@@ -1322,8 +1322,6 @@ class Parser
                                }
                        }
 
-                       $text = $wgContLang->convert($text);                    
-
                        if( ( $nt->getPrefixedText() === $this->mTitle->getPrefixedText() ) &&
                            ( $nt->getFragment() === '' ) ) {
                                # Self-links are handled specially; generally de-link and change to bold.