From 161df2a5d9909233ba424e7bf0e72581b80c26bd Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 19 Dec 2018 16:29:48 +0000 Subject: [PATCH] Docs: Fix an `@see` reference to use the correct class name in the `wp_script_add_data()` DocBlock. Props joyously. See #42505. Built from https://develop.svn.wordpress.org/trunk@44332 git-svn-id: http://core.svn.wordpress.org/trunk@44162 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.wp-scripts.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.