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:
parent
e6ae5711e5
commit
2fa90d1077
@ -565,9 +565,9 @@ body.colors-custom,
|
|||||||
*
|
*
|
||||||
* @since Twenty Seventeen 1.0
|
* @since Twenty Seventeen 1.0
|
||||||
*
|
*
|
||||||
* @param $css string Base theme colors CSS.
|
* @param string $css Base theme colors CSS.
|
||||||
* @param $hue int The user's selected color hue.
|
* @param int $hue The user's selected color hue.
|
||||||
* @param $saturation string Filtered theme color saturation level.
|
* @param string $saturation Filtered theme color saturation level.
|
||||||
*/
|
*/
|
||||||
return apply_filters( 'twentyseventeen_custom_colors_css', $css, $hue, $saturation );
|
return apply_filters( 'twentyseventeen_custom_colors_css', $css, $hue, $saturation );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user