r64812 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64811‎ | r64812 | r64813 >
Date:17:50, 9 April 2010
Author:philip
Status:deferred
Tags:
Comment:
Follow up r64811. Language Converter should apply on talk page. Fix this bug in REL1_16.
Modified paths:
  • /branches/REL1_16/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/includes/parser/Parser.php
@@ -351,7 +351,6 @@
352352 // is the <nowiki> mark.
353353 if ( !( $wgDisableLangConversion
354354 || isset( $this->mDoubleUnderscores['nocontentconvert'] )
355 - || $this->mTitle->isTalkPage()
356355 || $this->mTitle->isConversionTable() ) ) {
357356 $text = $wgContLang->convert( $text );
358357 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64811Bug 23115: Language Converter should apply on talk page.philip17:42, 9 April 2010

Status & tagging log