Build: Prevent non-breaking spaces from accidentally being inserted into JavaScript files.

See #34658.


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


git-svn-id: http://core.svn.wordpress.org/trunk@35592 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-11-12 12:05:26 +00:00
parent 6381e168b7
commit 5e878b4e72

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta4-35627';
$wp_version = '4.4-beta4-35628';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.