From b72f822a69ad634488b5a57aea99f0a78e42f777 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 21:03:24 +0000 Subject: [PATCH] Add a missing `$html` parameter variable in the hook docs for the `style_loader_tag` filter. See #32246. See #32891. Built from https://develop.svn.wordpress.org/trunk@33222 git-svn-id: http://core.svn.wordpress.org/trunk@33194 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 47ff46c56e..e462f8c111 100644 --- a/wp-includes/class.wp-styles.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 400e39c61f..2271ca077b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33221'; +$wp_version = '4.3-beta2-33222'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.