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

    r37467 r37488  
    252252
    253253    /**
    254      * Filter the data for a file before it is uploaded to WordPress.
     254     * Filters the data for a file before it is uploaded to WordPress.
    255255     *
    256256     * The dynamic portion of the hook name, `$action`, refers to the post action.
     
    400400
    401401    /**
    402      * Filter the data array for the uploaded file.
     402     * Filters the data array for the uploaded file.
    403403     *
    404404     * @since 2.1.0
     
    590590
    591591    /**
    592      * Filter whether to use ZipArchive to unzip archives.
     592     * Filters whether to use ZipArchive to unzip archives.
    593593     *
    594594     * @since 3.0.0
     
    891891
    892892        /**
    893          * Filter the path for a specific filesystem method class file.
     893         * Filters the path for a specific filesystem method class file.
    894894         *
    895895         * @since 2.6.0
     
    10071007
    10081008    /**
    1009      * Filter the filesystem method to use.
     1009     * Filters the filesystem method to use.
    10101010     *
    10111011     * @since 2.6.0
     
    10521052
    10531053    /**
    1054      * Filter the filesystem credentials form output.
     1054     * Filters the filesystem credentials form output.
    10551055     *
    10561056     * Returning anything other than an empty string will effectively short-circuit
     
    11531153
    11541154    /**
    1155      * Filter the connection types to output to the filesystem credentials form.
     1155     * Filters the connection types to output to the filesystem credentials form.
    11561156     *
    11571157     * @since 2.9.0
Note: See TracChangeset for help on using the changeset viewer.