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.