Skip to content

Commit

Permalink
Docs: Remove @global annotation after [58952].
Browse files Browse the repository at this point in the history
Props mukesh27.
See #60970.

git-svn-id: https://develop.svn.wordpress.org/trunk@58953 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
swissspidy committed Aug 29, 2024
1 parent 35f8213 commit b20e852
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wp-includes/class-wp-script-modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b20e852

Please sign in to comment.