Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:14:19 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in core classes in wp-includes/* 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-http-streams.php

    r37431 r37492  
    9090                if ( $is_local ) {
    9191                        /**
    92                          * Filter whether SSL should be verified for local requests.
     92                         * Filters whether SSL should be verified for local requests.
    9393                         *
    9494                         * @since 2.8.0
     
    9999                } elseif ( ! $is_local ) {
    100100                        /**
    101                          * Filter whether SSL should be verified for non-local requests.
     101                         * Filters whether SSL should be verified for non-local requests.
    102102                         *
    103103                         * @since 2.8.0
     
    402402
    403403                /**
    404                  * Filter whether streams can be used as a transport for retrieving a URL.
     404                 * Filters whether streams can be used as a transport for retrieving a URL.
    405405                 *
    406406                 * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.