Changeset 20399 for trunk/wp-includes/class-http.php
- Timestamp:
- 04/07/2012 07:16:30 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r20373 r20399 1111 1111 1112 1112 // If no response 1113 if ( 0 == strlen( $theResponse ) && empty( $theHeaders ->headers) ) {1113 if ( 0 == strlen( $theResponse ) && empty( $theHeaders['headers'] ) ) { 1114 1114 if ( $curl_error = curl_error( $handle ) ) 1115 1115 return new WP_Error( 'http_request_failed', $curl_error );
Note: See TracChangeset
for help on using the changeset viewer.