From 82e17902a90d7a891a8909a507b390a9e10cca93 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 13 Jan 2017 15:03:41 +0000 Subject: [PATCH] Twenty Seventeen: Correct `@param` entries for `twentyseventeen_custom_colors_css` filter. Props Soean. Fixes #39575. Built from https://develop.svn.wordpress.org/trunk@39901 git-svn-id: http://core.svn.wordpress.org/trunk@39838 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/inc/color-patterns.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentyseventeen/inc/color-patterns.php b/wp-content/themes/twentyseventeen/inc/color-patterns.php index 655256afbe..74d5031dbb 100644 --- a/wp-content/themes/twentyseventeen/inc/color-patterns.php +++ b/wp-content/themes/twentyseventeen/inc/color-patterns.php @@ -565,9 +565,9 @@ body.colors-custom, * * @since Twenty Seventeen 1.0 * - * @param $css string Base theme colors CSS. - * @param $hue int The user's selected color hue. - * @param $saturation string Filtered theme color saturation level. + * @param string $css Base theme colors CSS. + * @param int $hue The user's selected color hue. + * @param string $saturation Filtered theme color saturation level. */ return apply_filters( 'twentyseventeen_custom_colors_css', $css, $hue, $saturation ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index b2a0ce5eb3..048054e821 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39900'; +$wp_version = '4.8-alpha-39901'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.