diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 8de2e5b971..b5f66b5cee 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -166,7 +166,7 @@ function wp_default_packages_scripts( &$scripts ) { $suffix = wp_scripts_get_suffix(); $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' ), 'autop' => array( 'wp-polyfill' ), 'blob' => array( 'wp-polyfill' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 6c1e3d05ff..b2276dfebb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.