Skip to content

Commit

Permalink
Docs: Fix typo in wp_print_scripts()' reference to `WP_Scripts::do_…
Browse files Browse the repository at this point in the history
…item()`.

Fixes #48141.


git-svn-id: https://develop.svn.wordpress.org/trunk@46311 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
peterwilsoncc committed Sep 25, 2019
1 parent fd0b230 commit 61f86f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/functions.wp-scripts.php
Expand Up @@ -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
Expand Down

0 comments on commit 61f86f6

Please sign in to comment.