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/includes/class-wp-upgrader.php

    r37462 r37488  
    250250
    251251        /**
    252          * Filter whether to return the package.
     252         * Filters whether to return the package.
    253253         *
    254254         * @since 3.7.0
     
    450450
    451451        /**
    452          * Filter the install response before the installation has started.
     452         * Filters the install response before the installation has started.
    453453         *
    454454         * Returning a truthy value, or one that could be evaluated as a WP_Error
     
    484484
    485485        /**
    486          * Filter the source file location for the upgrade package.
     486         * Filters the source file location for the upgrade package.
    487487         *
    488488         * @since 2.8.0
     
    530530
    531531            /**
    532              * Filter whether the upgrader cleared the destination.
     532             * Filters whether the upgrader cleared the destination.
    533533             *
    534534             * @since 2.8.0
     
    582582
    583583        /**
    584          * Filter the install response after the installation has finished.
     584         * Filters the install response after the installation has finished.
    585585         *
    586586         * @since 2.8.0
     
    650650
    651651        /**
    652          * Filter the package options before running an update.
     652         * Filters the package options before running an update.
    653653         *
    654654         * @since 4.3.0
Note: See TracChangeset for help on using the changeset viewer.