r64813 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64812‎ | r64813 | r64814 >
Date:17:51, 9 April 2010
Author:philip
Status:deferred
Tags:
Comment:
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) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/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 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r64815Follow up r64813 and r64814 by also applying r64814 to the branches.platonides18:08, 9 April 2010

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