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/twentyfourteen/functions.php

    r48264 r48782  
    171171            'custom-background',
    172172            /**
    173              * Filter Twenty Fourteen custom-background support arguments.
     173             * Filters Twenty Fourteen custom-background support arguments.
    174174             *
    175175             * @since Twenty Fourteen 1.0
     
    228228function twentyfourteen_get_featured_posts() {
    229229    /**
    230      * Filter the featured posts to return in Twenty Fourteen.
     230     * Filters the featured posts to return in Twenty Fourteen.
    231231     *
    232232     * @since Twenty Fourteen 1.0
     
    425425        $post = get_post();
    426426        /**
    427          * Filter the default Twenty Fourteen attachment size.
     427         * Filters the default Twenty Fourteen attachment size.
    428428         *
    429429         * @since Twenty Fourteen 1.0
Note: See TracChangeset for help on using the changeset viewer.