I18N: Add option to hide en_US locale in wp_dropdown_languages().

Props danieltj for initial patch.
Fixes #44494.

Built from https://develop.svn.wordpress.org/trunk@44514


git-svn-id: http://core.svn.wordpress.org/trunk@44345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler
2019-01-09 11:46:50 +00:00
parent d32d061a5e
commit a595f8a525
2 changed files with 10 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44513';
$wp_version = '5.1-alpha-44514';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.