Revert a part of [32673] that caused a fatal error with SCRIPT_DEBUG disabled.

see #19257.
Built from https://develop.svn.wordpress.org/trunk@32676


git-svn-id: http://core.svn.wordpress.org/trunk@32646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-06-01 04:14:25 +00:00
parent 3fc78a1109
commit ecf0bcc9fc
4 changed files with 7 additions and 15 deletions

View File

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