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