Make WordPress Core


Ignore:
Timestamp:
02/09/2018 05:56:07 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Un-correct an incorrection correction.

See [42680]

See #42505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-http-curl.php

    r42680 r42681  
    113113        $ssl_verify = isset( $r['sslverify'] ) && $r['sslverify'];
    114114        if ( $is_local ) {
    115             /** This filter is documented in wp-includes/class-http.php */
     115            /** This filter is documented in wp-includes/class-wp-http-streams.php */
    116116            $ssl_verify = apply_filters( 'https_local_ssl_verify', $ssl_verify );
    117117        } elseif ( ! $is_local ) {
Note: See TracChangeset for help on using the changeset viewer.