Refactor global function wfBCP47 to static function LanguageCode::bcp47
authorFomafix <fomafix@googlemail.com>
Thu, 6 Apr 2017 15:17:19 +0000 (17:17 +0200)
committerFomafix <fomafix@googlemail.com>
Thu, 5 Oct 2017 07:54:45 +0000 (09:54 +0200)
commitea0bd74a94444fc0bbf7f6c8637e84d4d70b68d6
tree05dd588f3f674279e82c2cfbcf3e5f32de2d012f
parentf5f817fc58bf429a48fac1b9a7fb7ad642e3f9f2
Refactor global function wfBCP47 to static function LanguageCode::bcp47

Deprecate global function wfBCP47.

Change-Id: Ie6bb061b5d6ca67289bb18bc468a87421f38fc94
14 files changed:
RELEASE-NOTES-1.31
includes/Feed.php
includes/GlobalFunctions.php
includes/OutputPage.php
includes/Preferences.php
includes/installer/WebInstallerOutput.php
includes/page/ImagePage.php
includes/parser/CoreParserFunctions.php
includes/skins/SkinTemplate.php
languages/Language.php
languages/LanguageCode.php
resources/src/mediawiki.language/mediawiki.language.js
tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php [deleted file]
tests/phpunit/languages/LanguageCodeTest.php