I18N: In wp_dropdown_languages(), change the parsed arguments variable to $parsed_args, to prevent stomping the original $args array.

Props Mte90.
See #40829.
Built from https://develop.svn.wordpress.org/trunk@41733


git-svn-id: http://core.svn.wordpress.org/trunk@41567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2017-10-04 15:08:46 +00:00
parent 7e29c9646a
commit 35617e12dd
2 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41732';
$wp_version = '4.9-alpha-41733';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.