Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:49:05 PM (9 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/nav-menu.php

    r37342 r37518  
    4040
    4141    /**
    42      * Filter the nav_menu term retrieved for wp_get_nav_menu_object().
     42     * Filters the nav_menu term retrieved for wp_get_nav_menu_object().
    4343     *
    4444     * @since 4.3.0
     
    172172
    173173    /**
    174      * Filter whether a nav menu is assigned to the specified location.
     174     * Filters whether a nav menu is assigned to the specified location.
    175175     *
    176176     * @since 4.3.0
     
    544544
    545545    /**
    546      * Filter the navigation menu objects being returned.
     546     * Filters the navigation menu objects being returned.
    547547     *
    548548     * @since 3.0.0
     
    690690
    691691    /**
    692      * Filter the navigation menu items being returned.
     692     * Filters the navigation menu items being returned.
    693693     *
    694694     * @since 3.0.0
     
    799799
    800800            /**
    801              * Filter a navigation menu item's title attribute.
     801             * Filters a navigation menu item's title attribute.
    802802             *
    803803             * @since 3.0.0
     
    809809            if ( ! isset( $menu_item->description ) ) {
    810810                /**
    811                  * Filter a navigation menu item's description.
     811                 * Filters a navigation menu item's description.
    812812                 *
    813813                 * @since 3.0.0
     
    870870
    871871    /**
    872      * Filter a navigation menu item object.
     872     * Filters a navigation menu item object.
    873873     *
    874874     * @since 3.0.0
Note: See TracChangeset for help on using the changeset viewer.