Docs: Fix typo in `wp_print_scripts()`' reference to `WP_Scripts::do_item()`.

Fixes #48141.

Built from https://develop.svn.wordpress.org/trunk@46311


git-svn-id: http://core.svn.wordpress.org/trunk@46110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2019-09-25 22:23:55 +00:00
parent 2822281c57
commit 22cba90dea
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-beta1-46310';
$wp_version = '5.3-beta1-46311';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.