Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:10:39 PM (13 years ago)
Author:
ryan
Message:

One newline is enough.

File:
1 edited

Legend:

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

    r19623 r19684  
    9999        );
    100100
    101 
    102101        // Pre-parse for the HEAD checks.
    103102        $args = wp_parse_args( $args );
     
    10281027        elseif ( ! $is_local )
    10291028            $ssl_verify = apply_filters('https_ssl_verify', $ssl_verify);
    1030 
    10311029
    10321030        // CURLOPT_TIMEOUT and CURLOPT_CONNECTTIMEOUT expect integers. Have to use ceil since
Note: See TracChangeset for help on using the changeset viewer.