Make WordPress Core


Ignore:
Timestamp:
08/11/2020 12:32:22 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards.

See #50768.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/inc/customizer.php

    r48264 r48782  
    2323        'custom-background',
    2424        /**
    25          * Filter the arguments used when adding 'custom-background' support in Twenty Sixteen.
     25         * Filters the arguments used when adding 'custom-background' support in Twenty Sixteen.
    2626         *
    2727         * @since Twenty Sixteen 1.0
     
    4444        'custom-header',
    4545        /**
    46          * Filter the arguments used when adding 'custom-header' support in Twenty Sixteen.
     46         * Filters the arguments used when adding 'custom-header' support in Twenty Sixteen.
    4747         *
    4848         * @since Twenty Sixteen 1.0
     
    292292function twentysixteen_get_color_schemes() {
    293293    /**
    294      * Filter the color schemes registered for use with Twenty Sixteen.
     294     * Filters the color schemes registered for use with Twenty Sixteen.
    295295     *
    296296     * The default schemes include 'default', 'dark', 'gray', 'red', and 'yellow'.
Note: See TracChangeset for help on using the changeset viewer.