Tests: Don't modify global state before checking whether to skip get_locale() tests.

Introduced in [36740].

Props ocean90.
See #35965.
Built from https://develop.svn.wordpress.org/trunk@36741


git-svn-id: http://core.svn.wordpress.org/trunk@36708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2016-02-26 20:29:26 +00:00
parent d4d0235222
commit fd83d7eb9b

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36740';
$wp_version = '4.5-beta1-36741';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.