Changeset 10025
- Timestamp:
- 12/03/2008 07:56:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r9901 r10025 974 974 } 975 975 976 // If timeout is a float less than 1, round it up to 1. 977 if ( $r['timeout'] > 0 && $r['timeout'] < 1 ) 978 $r['timeout'] = 1; 979 976 980 $handle = curl_init(); 977 981 curl_setopt( $handle, CURLOPT_URL, $url);
Note: See TracChangeset
for help on using the changeset viewer.