mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user