Make WordPress Core

Changeset 37496


Ignore:
Timestamp:
05/22/2016 06:24:47 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in wp-includes/category-template.php to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/category-template.php

    r37487 r37496  
    8989
    9090    /**
    91      * Filter the array of categories to return for a post.
     91     * Filters the array of categories to return for a post.
    9292     *
    9393     * @since 3.1.0
     
    177177
    178178    /**
    179      * Filter the categories before building the category list.
     179     * Filters the categories before building the category list.
    180180     *
    181181     * @since 4.4.0
     
    243243
    244244    /**
    245      * Filter the category or list of categories.
     245     * Filters the category or list of categories.
    246246     *
    247247     * @since 1.2.0
     
    429429
    430430        /**
    431          * Filter a taxonomy drop-down display element.
     431         * Filters a taxonomy drop-down display element.
    432432         *
    433433         * A variety of taxonomy drop-down display elements can be modified
     
    476476    }
    477477    /**
    478      * Filter the taxonomy drop-down output.
     478     * Filters the taxonomy drop-down output.
    479479     *
    480480     * @since 2.1.0
     
    665665
    666666    /**
    667      * Filter the HTML output of a taxonomy list.
     667     * Filters the HTML output of a taxonomy list.
    668668     *
    669669     * @since 2.1.0
     
    743743
    744744    /**
    745      * Filter the tag cloud output.
     745     * Filters the tag cloud output.
    746746     *
    747747     * @since 2.3.0
     
    838838
    839839    /**
    840      * Filter how the items in a tag cloud are sorted.
     840     * Filters how the items in a tag cloud are sorted.
    841841     *
    842842     * @since 2.8.0
     
    916916
    917917    /**
    918      * Filter the data used to generate the tag cloud.
     918     * Filters the data used to generate the tag cloud.
    919919     *
    920920     * @since 4.3.0
     
    948948    if ( $args['filter'] ) {
    949949        /**
    950          * Filter the generated output of a tag cloud.
     950         * Filters the generated output of a tag cloud.
    951951         *
    952952         * The filter is only evaluated if a true value is passed
     
    10811081
    10821082    /**
    1083      * Filter the array of tags for the given post.
     1083     * Filters the array of tags for the given post.
    10841084     *
    10851085     * @since 2.3.0
     
    11061106
    11071107    /**
    1108      * Filter the tags list for a given post.
     1108     * Filters the tags list for a given post.
    11091109     *
    11101110     * @since 2.3.0
     
    11981198
    11991199    /**
    1200      * Filter the list of terms attached to the given post.
     1200     * Filters the list of terms attached to the given post.
    12011201     *
    12021202     * @since 3.1.0
     
    12461246
    12471247    /**
    1248      * Filter the term links for a given taxonomy.
     1248     * Filters the term links for a given taxonomy.
    12491249     *
    12501250     * The dynamic portion of the filter name, `$taxonomy`, refers
     
    12791279
    12801280    /**
    1281      * Filter the list of terms to display.
     1281     * Filters the list of terms to display.
    12821282     *
    12831283     * @since 2.9.0
Note: See TracChangeset for help on using the changeset viewer.