Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (10 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/class-wp-automatic-upgrader.php

    r37432 r37488  
    4242
    4343                /**
    44                  * Filter whether to entirely disable background updates.
     44                 * Filters whether to entirely disable background updates.
    4545                 *
    4646                 * There are more fine-grained filters and controls for selective disabling.
     
    105105
    106106                /**
    107                  * Filter whether the automatic updater should consider a filesystem
     107                 * Filters whether the automatic updater should consider a filesystem
    108108                 * location to be potentially managed by a version control system.
    109109                 *
     
    159159
    160160                /**
    161                  * Filter whether to automatically update core, a plugin, a theme, or a language.
     161                 * Filters whether to automatically update core, a plugin, a theme, or a language.
    162162                 *
    163163                 * The dynamic portion of the hook name, `$type`, refers to the type of update
     
    221221
    222222                /**
    223                  * Filter whether to notify the site administrator of a new core update.
     223                 * Filters whether to notify the site administrator of a new core update.
    224224                 *
    225225                 * By default, administrators are notified when the update offer received
     
    461461
    462462                        /**
    463                          * Filter whether to send a debugging email for each automatic background update.
     463                         * Filters whether to send a debugging email for each automatic background update.
    464464                         *
    465465                         * @since 3.7.0
     
    606606
    607607                /**
    608                  * Filter whether to send an email following an automatic background core update.
     608                 * Filters whether to send an email following an automatic background core update.
    609609                 *
    610610                 * @since 3.7.0
     
    756756
    757757                /**
    758                  * Filter the email sent following an automatic background core update.
     758                 * Filters the email sent following an automatic background core update.
    759759                 *
    760760                 * @since 3.7.0
     
    909909
    910910                /**
    911                  * Filter the debug email that can be sent following an automatic
     911                 * Filters the debug email that can be sent following an automatic
    912912                 * background core update.
    913913                 *
Note: See TracChangeset for help on using the changeset viewer.