From: Zheng Zhu Date: Sun, 1 May 2005 01:11:15 +0000 (+0000) Subject: convert link text for category link X-Git-Tag: 1.5.0alpha1~47 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Main?a=commitdiff_plain;h=eeb2e4c04bbba49bb5daf9a2b95f0706ebaf2897;p=lhc%2Fweb%2Fwiklou.git convert link text for category link --- diff --git a/includes/Parser.php b/includes/Parser.php index 13ce1ca759..8027b0ac4e 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1341,7 +1341,7 @@ class Parser if ( $ns == NS_CATEGORY ) { wfProfileIn( "$fname-category" ); - $t = $nt->getText(); + $t = $wgContLang->convert($nt->getText()); $s = rtrim($s . "\n"); # bug 87 $wgLinkCache->suspend(); # Don't save in links/brokenlinks