Skip to content

Commit b20e852

Browse files
committed
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
1 parent 35f8213 commit b20e852

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/wp-includes/class-wp-script-modules.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ public function print_script_module_preloads() {
230230
* Prints the import map using a script tag with a type="importmap" attribute.
231231
*
232232
* @since 6.5.0
233-
*
234-
* @global WP_Scripts $wp_scripts The WP_Scripts object for printing the polyfill.
235233
*/
236234
public function print_import_map() {
237235
$import_map = $this->get_import_map();

0 commit comments

Comments
 (0)