mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-27 18:51:27 +01:00
Scripts: wp-url
is a dependency of wp-api-fetch
.
See #45065. Built from https://develop.svn.wordpress.org/branches/5.0@43803 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
86484c93cc
commit
8083498426
@ -166,7 +166,7 @@ function wp_default_packages_scripts( &$scripts ) {
|
|||||||
$suffix = wp_scripts_get_suffix();
|
$suffix = wp_scripts_get_suffix();
|
||||||
|
|
||||||
$packages_dependencies = array(
|
$packages_dependencies = array(
|
||||||
'api-fetch' => array( 'wp-polyfill', 'wp-hooks', 'wp-i18n' ),
|
'api-fetch' => array( 'wp-polyfill', 'wp-hooks', 'wp-i18n', 'wp-url' ),
|
||||||
'a11y' => array( 'wp-dom-ready', 'wp-polyfill' ),
|
'a11y' => array( 'wp-dom-ready', 'wp-polyfill' ),
|
||||||
'autop' => array( 'wp-polyfill' ),
|
'autop' => array( 'wp-polyfill' ),
|
||||||
'blob' => array( 'wp-polyfill' ),
|
'blob' => array( 'wp-polyfill' ),
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-43802';
|
$wp_version = '5.0-alpha-43803';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user