Changeset 10289
- Timestamp:
- 12/31/2008 10:33:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r10283 r10289 1036 1036 curl_setopt( $handle, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1 ); 1037 1037 1038 do_action_ref_array( 'http_api_curl', &$handle);1038 do_action_ref_array( 'http_api_curl', array(&$handle) ); 1039 1039 1040 1040 if ( ! $r['blocking'] ) {
Note: See TracChangeset
for help on using the changeset viewer.