diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index de783f32e2..722e5de1f7 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -124,8 +124,7 @@ function wp_default_packages_vendor( &$scripts ) { 'document.contains' => 'wp-polyfill-node-contains', 'window.FormData && window.FormData.prototype.keys' => 'wp-polyfill-formdata', 'Element.prototype.matches && Element.prototype.closest' => 'wp-polyfill-element-closest', - ), - 'after' + ) ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 645c7fb3a0..58342b43ce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0.2-alpha-44206'; +$wp_version = '5.0.2-alpha-44208'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.