From 8ec980b5e5f8f87c8046386c22d1ee9b02469572 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 21:02:06 +0000 Subject: [PATCH] Add a missing `$html` parameter variable in the hook docs for the `style_loader_tag` filter. See #32246. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33222 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 47ff46c56e..e462f8c111 100644 --- a/src/wp-includes/class.wp-styles.php +++ b/src/wp-includes/class.wp-styles.php @@ -86,7 +86,7 @@ class WP_Styles extends WP_Dependencies { * @since 2.6.0 * @since 4.3.0 Introduced the `$href` parameter. * - * @param string The link tag for the enqueued style. + * @param string $html The link tag for the enqueued style. * @param string $handle The style's registered handle. * @param string $href The stylesheet's source URL. */