r111615 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111614‎ | r111615 | r111616 >
Date:02:52, 16 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Followup r107002

Add a TODO to do this via hook or similar
Modified paths:
  • /trunk/phase3/includes/Xml.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Xml.php
@@ -196,6 +196,7 @@
197197 public static function languageSelector( $selected, $customisedOnly = true, $language = null ) {
198198 global $wgLanguageCode;
199199
 200+ // TODO: This should be replaced with a hook or something, from r107002
200201 // If a specific language was requested and CLDR is installed, use it
201202 if ( $language && is_callable( array( 'LanguageNames', 'getNames' ) ) ) {
202203 if ( $customisedOnly ) {

Sign-offs

UserFlagDate
Nikerabbitinspected07:19, 16 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107002follow-up to r106912, making change to correct branch this timekaldari22:54, 21 December 2011

Status & tagging log