diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 9cae9b930d..561ed30b2c 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -3683,6 +3683,9 @@ function wp_preload_resources() { * * @since 4.6.0 * + * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts. + * @global WP_Styles $wp_styles The WP_Styles object for printing styles. + * * @return string[] A list of unique hosts of enqueued scripts and styles. */ function wp_dependencies_unique_hosts() { diff --git a/wp-includes/version.php b/wp-includes/version.php index e9fd3eb3a8..08b4e3ab5d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54867'; +$wp_version = '6.2-alpha-54868'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.