Docs: Fix typo in `wp_print_scripts()`' reference to `WP_Scripts::do_item()`.
Fixes #48141. git-svn-id: https://develop.svn.wordpress.org/trunk@46311 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fd0b230dcd
commit
61f86f6986
|
@ -59,7 +59,7 @@ function _wp_scripts_maybe_doing_it_wrong( $function ) {
|
|||
* Makes use of already-instantiated $wp_scripts global if present. Use provided {@see 'wp_print_scripts'}
|
||||
* hook to register/enqueue new scripts.
|
||||
*
|
||||
* @see WP_Scripts::do_items()
|
||||
* @see WP_Scripts::do_item()
|
||||
* @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts.
|
||||
*
|
||||
* @since 2.1.0
|
||||
|
|
Loading…
Reference in New Issue