diff --git a/wp-includes/functions.wp-scripts.php b/wp-includes/functions.wp-scripts.php index 9564cbe811..56f69861f3 100644 --- a/wp-includes/functions.wp-scripts.php +++ b/wp-includes/functions.wp-scripts.php @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index fd319c3dbe..5cd93cf0dc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.