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
This commit is contained in:
parent
b75023ee1a
commit
82e17902a9
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue