mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Build Tools: Copy unminified JS files to src
.
This allows `SCRIPT_DEBUG` to be set to `true` when running from `src`. Fixes #45869. Built from https://develop.svn.wordpress.org/trunk@44529 git-svn-id: http://core.svn.wordpress.org/trunk@44360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
13c66b1b18
commit
e69c1039eb
1548
wp-includes/js/underscore.js
Normal file
1548
wp-includes/js/underscore.js
Normal file
File diff suppressed because it is too large
Load Diff
7
wp-includes/js/underscore.min.js
vendored
7
wp-includes/js/underscore.min.js
vendored
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.1-alpha-44528';
|
||||
$wp_version = '5.1-alpha-44529';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user