Cleanup the use of $wp_scripts global in functions.wp-scripts.php.

See #32444.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-05-25 16:24:25 +00:00
parent 89a6ace623
commit ebd7fe8a2f
2 changed files with 4 additions and 11 deletions

View File

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