Make WordPress Core

Changeset 39901


Ignore:
Timestamp:
01/13/2017 03:02:08 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Twenty Seventeen: Correct @param entries for twentyseventeen_custom_colors_css filter.

Props Soean.
Fixes #39575.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php

    r39733 r39901  
    566566     * @since Twenty Seventeen 1.0
    567567     *
    568      * @param $css        string Base theme colors CSS.
    569      * @param $hue        int    The user's selected color hue.
    570      * @param $saturation string Filtered theme color saturation level.
     568     * @param string $css        Base theme colors CSS.
     569     * @param int    $hue        The user's selected color hue.
     570     * @param string $saturation Filtered theme color saturation level.
    571571     */
    572572    return apply_filters( 'twentyseventeen_custom_colors_css', $css, $hue, $saturation );
Note: See TracChangeset for help on using the changeset viewer.