r69085 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69084‎ | r69085 | r69086 >
Date:06:59, 6 July 2010
Author:philip
Status:ok
Tags:
Comment:
Bug 24027: Variants like "zh" should get purged as others.
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -2804,7 +2804,6 @@
28052805 if ( $wgContLang->hasVariants() ) {
28062806 $variants = $wgContLang->getVariants();
28072807 foreach ( $variants as $vCode ) {
2808 - if ( $vCode == $wgContLang->getCode() ) continue; // we don't want default variant
28092808 $urls[] = $this->getInternalURL( '', $vCode );
28102809 }
28112810 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r70187Merge r69080, r69081, r69085, r69086 from trunk: bug fixes of Language Conver...philip01:49, 30 July 2010

Status & tagging log