From 701ad959683628fffdc0bb064bb1c1d712a9d32a Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 7 Feb 2020 17:42:06 +0000 Subject: [PATCH] Script Loader: Fix a docblock so it points to the correct page on the developer reference. Props joyously, pbiron Fixes #48503 Built from https://develop.svn.wordpress.org/trunk@47204 git-svn-id: http://core.svn.wordpress.org/trunk@47004 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.wp-styles.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.wp-styles.php b/wp-includes/functions.wp-styles.php index e636a302ec..90862882c9 100644 --- a/wp-includes/functions.wp-styles.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 8fbf647e83..24ff121777 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47203'; +$wp_version = '5.4-alpha-47204'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.