From b7c1e7eb62f6f4b0a8b18b5b6fcae9fc0236cd16 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 27 Feb 2021 17:59:03 +0000 Subject: [PATCH] Docs: Use correct variable in the `style_loader_tag` filter DocBlock. Follow-up to [46088]. Props rima1889. Fixes #52673. Built from https://develop.svn.wordpress.org/trunk@50451 git-svn-id: http://core.svn.wordpress.org/trunk@50062 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class.wp-styles.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class.wp-styles.php b/wp-includes/class.wp-styles.php index 2a4780222a..85589c3987 100644 --- a/wp-includes/class.wp-styles.php +++ b/wp-includes/class.wp-styles.php @@ -243,7 +243,7 @@ class WP_Styles extends WP_Dependencies { * @since 4.3.0 Introduced the `$href` parameter. * @since 4.5.0 Introduced the `$media` parameter. * - * @param string $html The link tag for the enqueued style. + * @param string $tag The link tag for the enqueued style. * @param string $handle The style's registered handle. * @param string $href The stylesheet's source URL. * @param string $media The stylesheet's media attribute. diff --git a/wp-includes/version.php b/wp-includes/version.php index 5e61ef81b7..21e03cdf56 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50450'; +$wp_version = '5.8-alpha-50451'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.