Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:49:05 PM (10 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.php

    r37487 r37518  
    147147
    148148                /**
    149                  * Filter whether to parse the request.
     149                 * Filters whether to parse the request.
    150150                 *
    151151                 * @since 3.5.0
     
    282282
    283283                /**
    284                  * Filter the query variables whitelist before processing.
     284                 * Filters the query variables whitelist before processing.
    285285                 *
    286286                 * Allows (publicly allowed) query vars to be added, removed, or changed prior
     
    369369
    370370                /**
    371                  * Filter the array of parsed query variables.
     371                 * Filters the array of parsed query variables.
    372372                 *
    373373                 * @since 2.1.0
     
    464464
    465465                /**
    466                  * Filter the HTTP headers before they're sent to the browser.
     466                 * Filters the HTTP headers before they're sent to the browser.
    467467                 *
    468468                 * @since 2.8.0
     
    533533                if ( has_filter( 'query_string' ) ) {  // Don't bother filtering and parsing if no plugins are hooked in.
    534534                        /**
    535                          * Filter the query string before parsing.
     535                         * Filters the query string before parsing.
    536536                         *
    537537                         * @since 1.5.0
     
    632632
    633633                /**
    634                  * Filter whether to short-circuit default header status handling.
     634                 * Filters whether to short-circuit default header status handling.
    635635                 *
    636636                 * Returning a non-false value from the filter will short-circuit the handling
Note: See TracChangeset for help on using the changeset viewer.