From 923afba1713ecc99eb7f4c70f956c4623c5cce51 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 29 Aug 2024 06:16:09 +0000 Subject: [PATCH] Docs: Remove `@global` annotation after [58952]. Props mukesh27. See #60970. Built from https://develop.svn.wordpress.org/trunk@58953 git-svn-id: http://core.svn.wordpress.org/trunk@58349 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-script-modules.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-includes/class-wp-script-modules.php b/wp-includes/class-wp-script-modules.php index 136cc332ab..2f2cf967f4 100644 --- a/wp-includes/class-wp-script-modules.php +++ b/wp-includes/class-wp-script-modules.php @@ -230,8 +230,6 @@ class WP_Script_Modules { * Prints the import map using a script tag with a type="importmap" attribute. * * @since 6.5.0 - * - * @global WP_Scripts $wp_scripts The WP_Scripts object for printing the polyfill. */ public function print_import_map() { $import_map = $this->get_import_map(); diff --git a/wp-includes/version.php b/wp-includes/version.php index eef3f9d8e3..ce9645a3ab 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58952'; +$wp_version = '6.7-alpha-58953'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.