Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:49:05 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in remaining wp-includes/* files 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/class-walker-category.php

    r37047 r37518  
    112112                if ( $args['use_desc_for_title'] && ! empty( $category->description ) ) {
    113113                        /**
    114                          * Filter the category description for display.
     114                         * Filters the category description for display.
    115115                         *
    116116                         * @since 1.2.0
     
    190190
    191191                        /**
    192                          * Filter the list of CSS classes to include with each category in the list.
     192                         * Filters the list of CSS classes to include with each category in the list.
    193193                         *
    194194                         * @since 4.2.0
Note: See TracChangeset for help on using the changeset viewer.