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
This commit is contained in:
parent
6665a4e30a
commit
923afba171
|
@ -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();
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue