Index: branches/wmf/1.16wmf4/includes/parser/Parser.php |
— | — | @@ -351,7 +351,6 @@ |
352 | 352 | // is the <nowiki> mark. |
353 | 353 | if ( !( $wgDisableLangConversion |
354 | 354 | || isset( $this->mDoubleUnderscores['nocontentconvert'] ) |
355 | | - || $this->mTitle->isTalkPage() |
356 | 355 | || $this->mTitle->isConversionTable() ) ) { |
357 | 356 | $text = $wgContLang->convert( $text ); |
358 | 357 | } |