diff --git a/wp-includes/functions.wp-scripts.php b/wp-includes/functions.wp-scripts.php index af86eddb96..77a6d0a02c 100644 --- a/wp-includes/functions.wp-scripts.php +++ b/wp-includes/functions.wp-scripts.php @@ -380,7 +380,7 @@ function wp_script_is( $handle, $list = 'enqueued' ) { * * @since 4.2.0 * - * @see WP_Dependency::add_data() + * @see WP_Dependencies::add_data() * * @param string $handle Name of the script. * @param string $key Name of data point for which we're storing a value. diff --git a/wp-includes/version.php b/wp-includes/version.php index 00a2700282..ce7a680fdc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44331'; +$wp_version = '5.1-alpha-44332'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.