From 7bb0a0b64bfbe101e45c4209040abf09903d0298 Mon Sep 17 00:00:00 2001 From: Zheng Zhu Date: Tue, 19 Oct 2004 17:44:00 +0000 Subject: [PATCH] removed double conversion of linked text. --- includes/Parser.php | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.20.1