From 808349842638a45e606503af07574b249fc9fd47 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 23 Oct 2018 06:36:38 +0000 Subject: [PATCH] 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 --- wp-includes/script-loader.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.