Don't reference underscore.js source map

We don't bundle the source map, so we shouldn't reference it.  This prevents a 404.

Props ocean90
See #31477


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


git-svn-id: http://core.svn.wordpress.org/trunk@32044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2015-04-07 04:35:27 +00:00
parent e4bfbcd9c1
commit fb794015bb

View File

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