Twenty Seventeen: Correct @param entries for twentyseventeen_custom_colors_css filter.

Props Soean.
Fixes #39575.

git-svn-id: https://develop.svn.wordpress.org/trunk@39901 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-01-13 15:02:08 +00:00
parent e6ae5711e5
commit 2fa90d1077

View File

@ -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 );
}