Make WordPress Core


Ignore:
Timestamp:
05/25/2016 04:04:37 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs.

See #36913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/admin-header.php

    r37488 r37560  
    230230if ( is_network_admin() ) {
    231231        /**
    232          * Print network admin screen notices.
     232         * Prints network admin screen notices.
    233233         *
    234234         * @since 3.1.0
     
    237237} elseif ( is_user_admin() ) {
    238238        /**
    239          * Print user admin screen notices.
     239         * Prints user admin screen notices.
    240240         *
    241241         * @since 3.1.0
     
    244244} else {
    245245        /**
    246          * Print admin screen notices.
     246         * Prints admin screen notices.
    247247         *
    248248         * @since 3.1.0
     
    252252
    253253/**
    254  * Print generic admin screen notices.
     254 * Prints generic admin screen notices.
    255255 *
    256256 * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.