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-core-upgrader.php

    r37432 r37488  
    292292
    293293                        /**
    294                          * Filter whether to enable automatic core updates for development versions.
     294                         * Filters whether to enable automatic core updates for development versions.
    295295                         *
    296296                         * @since 3.7.0
     
    308308
    309309                        /**
    310                          * Filter whether to enable minor automatic core updates.
     310                         * Filters whether to enable minor automatic core updates.
    311311                         *
    312312                         * @since 3.7.0
     
    321321
    322322                        /**
    323                          * Filter whether to enable major automatic core updates.
     323                         * Filters whether to enable major automatic core updates.
    324324                         *
    325325                         * @since 3.7.0
Note: See TracChangeset for help on using the changeset viewer.