From bd65b50096415449b3ba5f809aad4f93cda18d27 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 27 Feb 2021 17:57:03 +0000 Subject: [PATCH] Docs: Use correct variable in the `style_loader_tag` filter DocBlock. Follow-up to [46088]. Props rima1889. Fixes #52673. git-svn-id: https://develop.svn.wordpress.org/trunk@50451 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class.wp-styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class.wp-styles.php b/src/wp-includes/class.wp-styles.php index 2a4780222a..85589c3987 100644 --- a/src/wp-includes/class.wp-styles.php +++ b/src/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.