http://www.mediawiki.org/wiki/Special:Code/MediaWiki/64813

Revision: 64813
Author:   philip
Date:     2010-04-09 17:51:04 +0000 (Fri, 09 Apr 2010)

Log Message:
-----------
Follow up r64811. Language Converter should apply on talk page. Fix this bug in 
1.16wmf4.

Modified Paths:
--------------
    branches/wmf/1.16wmf4/includes/parser/Parser.php

Modified: branches/wmf/1.16wmf4/includes/parser/Parser.php
===================================================================
--- branches/wmf/1.16wmf4/includes/parser/Parser.php    2010-04-09 17:50:36 UTC 
(rev 64812)
+++ branches/wmf/1.16wmf4/includes/parser/Parser.php    2010-04-09 17:51:04 UTC 
(rev 64813)
@@ -351,7 +351,6 @@
                // is the <nowiki> mark.
                if ( !( $wgDisableLangConversion
                                || isset( 
$this->mDoubleUnderscores['nocontentconvert'] )
-                               || $this->mTitle->isTalkPage()
                                || $this->mTitle->isConversionTable() ) ) {
                        $text = $wgContLang->convert( $text );
                }



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to