From: Philip Tzou Date: Fri, 9 Apr 2010 17:42:38 +0000 (+0000) Subject: Bug 23115: Language Converter should apply on talk page. X-Git-Tag: 1.31.0-rc.0~37199 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=6175f010ce4b55328107e4223376608046713c27;p=lhc%2Fweb%2Fwiklou.git Bug 23115: Language Converter should apply on talk page. --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 7515573d13..1852bdf00a 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -349,7 +349,6 @@ class Parser { # is the mark. if ( !( $wgDisableLangConversion || isset( $this->mDoubleUnderscores['nocontentconvert'] ) - || $this->mTitle->isTalkPage() || $this->mTitle->isConversionTable() ) ) { $text = $wgContLang->convert( $text ); }