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

    r37431 r37488  
    4949
    5050    /**
    51      * Filter whether to attempt to perform the multisite DB upgrade routine.
     51     * Filters whether to attempt to perform the multisite DB upgrade routine.
    5252     *
    5353     * In single site, the user would be redirected to wp-admin/upgrade.php.
     
    140140if ( current_user_can( 'manage_options' ) ) {
    141141    /**
    142      * Filter the maximum memory limit available for administration screens.
     142     * Filters the maximum memory limit available for administration screens.
    143143     *
    144144     * This only applies to administrators, who may require more memory for tasks like updates.
Note: See TracChangeset for help on using the changeset viewer.