Changeset 19684 for trunk/wp-includes/class-http.php
- Timestamp:
- 01/05/2012 08:10:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r19623 r19684 99 99 ); 100 100 101 102 101 // Pre-parse for the HEAD checks. 103 102 $args = wp_parse_args( $args ); … … 1028 1027 elseif ( ! $is_local ) 1029 1028 $ssl_verify = apply_filters('https_ssl_verify', $ssl_verify); 1030 1031 1029 1032 1030 // CURLOPT_TIMEOUT and CURLOPT_CONNECTTIMEOUT expect integers. Have to use ceil since
Note: See TracChangeset
for help on using the changeset viewer.