Don't override minified libraries included in core

A number of libraries that we include in core come with minified versions that we also include in core. The build process shouldn't override them.

Fixes #31477
Props ocean90, jorbin


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


git-svn-id: http://core.svn.wordpress.org/trunk@32045 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2015-04-07 04:38:25 +00:00
parent fb794015bb
commit cc7f70c15e
4 changed files with 24 additions and 4 deletions

View File

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