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/menu-header.php

    r36970 r37488  
    2828
    2929/**
    30  * Filter the parent file of an admin menu sub-menu item.
     30 * Filters the parent file of an admin menu sub-menu item.
    3131 *
    3232 * Allows plugins to move sub-menu items around.
     
    3939
    4040/**
    41  * Filter the file of an admin menu sub-menu item.
     41 * Filters the file of an admin menu sub-menu item.
    4242 *
    4343 * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.