Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize hook docs in wp-admin/* 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-admin/includes/nav-menu.php

    r37153 r37488  
    187187    foreach ( $post_types as $post_type ) {
    188188        /**
    189          * Filter whether a menu items meta box will be added for the current
     189         * Filters whether a menu items meta box will be added for the current
    190190         * object type.
    191191         *
     
    401401
    402402                /**
    403                  * Filter the posts displayed in the 'Most Recent' tab of the current
     403                 * Filters the posts displayed in the 'Most Recent' tab of the current
    404404                 * post type's menu items meta box.
    405405                 *
     
    509509
    510510                /**
    511                  * Filter the posts displayed in the 'View All' tab of the current
     511                 * Filters the posts displayed in the 'View All' tab of the current
    512512                 * post type's menu items meta box.
    513513                 *
     
    889889
    890890        /**
    891          * Filter the Walker class used when adding nav menu items.
     891         * Filters the Walker class used when adding nav menu items.
    892892         *
    893893         * @since 3.0.0
Note: See TracChangeset for help on using the changeset viewer.