Bug 23115: Language Converter should apply on talk page.
authorPhilip Tzou <philip@users.mediawiki.org>
Fri, 9 Apr 2010 17:42:38 +0000 (17:42 +0000)
committerPhilip Tzou <philip@users.mediawiki.org>
Fri, 9 Apr 2010 17:42:38 +0000 (17:42 +0000)
includes/parser/Parser.php

index 7515573..1852bdf 100644 (file)
@@ -349,7 +349,6 @@ class Parser {
                # is the <nowiki> mark.
                if ( !( $wgDisableLangConversion
                                || isset( $this->mDoubleUnderscores['nocontentconvert'] )
-                               || $this->mTitle->isTalkPage()
                                || $this->mTitle->isConversionTable() ) ) {
                        $text = $wgContLang->convert( $text );
                }