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/twentyeleven/inc/theme-options.php

    r48067 r48782  
    163163
    164164    /**
    165      * Filter the Twenty Eleven color scheme options.
     165     * Filters the Twenty Eleven color scheme options.
    166166     *
    167167     * @since Twenty Eleven 1.0
     
    197197
    198198    /**
    199      * Filter the Twenty Eleven layout options.
     199     * Filters the Twenty Eleven layout options.
    200200     *
    201201     * @since Twenty Eleven 1.0
     
    225225
    226226    /**
    227      * Filter the Twenty Eleven default options.
     227     * Filters the Twenty Eleven default options.
    228228     *
    229229     * @since Twenty Eleven 1.0
     
    399399
    400400    /**
    401      * Filter the Twenty Eleven sanitized form input array.
     401     * Filters the Twenty Eleven sanitized form input array.
    402402     *
    403403     * @since Twenty Eleven 1.0
     
    509509
    510510    /**
    511      * Filter the Twenty Eleven layout body classes.
     511     * Filters the Twenty Eleven layout body classes.
    512512     *
    513513     * @since Twenty Eleven 1.0
Note: See TracChangeset for help on using the changeset viewer.