Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:49:05 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in remaining wp-includes/* files 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-includes/class.wp-scripts.php

    r37171 r37518  
    287287        if ( $this->do_concat ) {
    288288            /**
    289              * Filter the script loader source.
     289             * Filters the script loader source.
    290290             *
    291291             * @since 2.2.0
     
    346346
    347347        /**
    348          * Filter the HTML script tag of an enqueued script.
     348         * Filters the HTML script tag of an enqueued script.
    349349         *
    350350         * @since 4.1.0
     
    503503        if ( ! $recursion ) {
    504504            /**
    505              * Filter the list of script dependencies left to print.
     505             * Filters the list of script dependencies left to print.
    506506             *
    507507             * @since 2.3.0
Note: See TracChangeset for help on using the changeset viewer.