Merge "Remove not useful comments"

This commit is contained in:
jenkins-bot
2015-09-08 15:37:08 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ class UniversalLanguageSelectorHooks {
* @return string * @return string
*/ */
protected static function getDefaultLanguage( array $preferred ) { protected static function getDefaultLanguage( array $preferred ) {
$supported = Language::fetchLanguageNames( null, 'mwfile' ); // since 1.20 $supported = Language::fetchLanguageNames( null, 'mwfile' );
// look for a language that is acceptable to the client // look for a language that is acceptable to the client
// and known to the wiki. // and known to the wiki.

View File

@@ -31,7 +31,7 @@ class LanguageNameIndexer extends Maintenance {
} }
public function execute() { public function execute() {
$languages = Language::fetchLanguageNames( null, 'all' ); // since 1.20 $languages = Language::fetchLanguageNames( null, 'all' );
$all = array(); $all = array();
$buckets = array(); $buckets = array();