From f1abdd8f74374b5f09b9601183f9aeeb245b9e57 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 19 Dec 2018 16:28:05 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@44332 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.wp-scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.wp-scripts.php b/src/wp-includes/functions.wp-scripts.php index af86eddb96..77a6d0a02c 100644 --- a/src/wp-includes/functions.wp-scripts.php +++ b/src/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.