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/customize/class-wp-customize-nav-menu-setting.php

    r36622 r37518  
    236236
    237237        /**
    238          * Filter the wp_get_nav_menus() result to ensure the inserted menu object is included, and the deleted one is removed.
     238         * Filters the wp_get_nav_menus() result to ensure the inserted menu object is included, and the deleted one is removed.
    239239         *
    240240         * @since 4.3.0
     
    325325
    326326        /**
    327          * Filter the wp_get_nav_menu_object() result to supply the previewed menu object.
     327         * Filters the wp_get_nav_menu_object() result to supply the previewed menu object.
    328328         *
    329329         * Requesting a nav_menu object by anything but ID is not supported.
     
    376376
    377377        /**
    378          * Filter the nav_menu_options option to include this menu's auto_add preference.
     378         * Filters the nav_menu_options option to include this menu's auto_add preference.
    379379         *
    380380         * @since 4.3.0
Note: See TracChangeset for help on using the changeset viewer.