From eeb2e4c04bbba49bb5daf9a2b95f0706ebaf2897 Mon Sep 17 00:00:00 2001 From: Zheng Zhu Date: Sun, 1 May 2005 01:11:15 +0000 Subject: [PATCH] convert link text for category link --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1