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