From b20e852a56c0970684a44166fcffa3d041f05eb8 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 29 Aug 2024 06:14:29 +0000 Subject: [PATCH] Docs: Remove `@global` annotation after [58952]. Props mukesh27. See #60970. git-svn-id: https://develop.svn.wordpress.org/trunk@58953 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-script-modules.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-includes/class-wp-script-modules.php b/src/wp-includes/class-wp-script-modules.php index 136cc332ab443..2f2cf967f4bac 100644 --- a/src/wp-includes/class-wp-script-modules.php +++ b/src/wp-includes/class-wp-script-modules.php @@ -230,8 +230,6 @@ public function print_script_module_preloads() { * 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();