From: Zheng Zhu Date: Tue, 19 Oct 2004 17:44:00 +0000 (+0000) Subject: removed double conversion of linked text. X-Git-Tag: 1.5.0alpha1~1510 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=7bb0a0b64bfbe101e45c4209040abf09903d0298;p=lhc%2Fweb%2Fwiklou.git removed double conversion of linked text. --- diff --git a/includes/Parser.php b/includes/Parser.php index cb96dcd953..f97bffce75 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -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.