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/user/admin.php

    r28083 r37488  
    1919$redirect_user_admin_request = ( ( $current_blog->domain != $current_site->domain ) || ( $current_blog->path != $current_site->path ) );
    2020/**
    21  * Filter whether to redirect the request to the User Admin in Multisite.
     21 * Filters whether to redirect the request to the User Admin in Multisite.
    2222 *
    2323 * @since 3.2.0
Note: See TracChangeset for help on using the changeset viewer.