From 6175f010ce4b55328107e4223376608046713c27 Mon Sep 17 00:00:00 2001 From: Philip Tzou Date: Fri, 9 Apr 2010 17:42:38 +0000 Subject: [PATCH] Bug 23115: Language Converter should apply on talk page. --- includes/parser/Parser.php | 1 - 1 file changed, 1 deletion(-) 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 ); } -- 2.20.1