From 1feff0de474632d8ca8bec260a768fa893b721ea Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 7 Feb 2020 17:40:29 +0000 Subject: [PATCH] Script Loader: Fix a docblock so it points to the correct page on the developer reference. Props joyously, pbiron Fixes #48503 git-svn-id: https://develop.svn.wordpress.org/trunk@47204 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.wp-styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.wp-styles.php b/src/wp-includes/functions.wp-styles.php index e636a302ec..90862882c9 100644 --- a/src/wp-includes/functions.wp-styles.php +++ b/src/wp-includes/functions.wp-styles.php @@ -222,7 +222,7 @@ function wp_style_is( $handle, $list = 'enqueued' ) { * 'alt' bool For rel="alternate stylesheet". * 'title' string For preferred/alternate stylesheets. * - * @see WP_Dependency::add_data() + * @see WP_Dependencies::add_data() * * @since 3.6.0 *