mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
Build Tools: Avoid doing copy:dynamic
when running grunt watch
when using --dev
option.
This prevents erroneously copying a file from source onto itself in source. Props westonruter, jorbin. Fixes #59196. Built from https://develop.svn.wordpress.org/trunk@56461 git-svn-id: http://core.svn.wordpress.org/trunk@55973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1791f613f4
commit
ee4230d5f8
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-alpha-56460';
|
||||
$wp_version = '6.4-alpha-56461';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user