Make WordPress Core


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

    r35416 r37488  
    230230
    231231    /**
    232      * Filter administration menus array with classes added for top-level items.
     232     * Filters administration menus array with classes added for top-level items.
    233233     *
    234234     * @since 2.7.0
     
    242242
    243243/**
    244  * Filter whether to enable custom ordering of the administration menu.
     244 * Filters whether to enable custom ordering of the administration menu.
    245245 *
    246246 * See the {@see 'menu_order'} filter for reordering menu items.
     
    259259
    260260    /**
    261      * Filter the order of administration menu items.
     261     * Filters the order of administration menu items.
    262262     *
    263263     * A truthy value must first be passed to the {@see 'custom_menu_order'} filter
Note: See TracChangeset for help on using the changeset viewer.