Changeset 29849 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 10/08/2014 05:20:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r29848 r29849 525 525 } 526 526 527 // Cast the Response Code to an int 528 $response['code'] = intval( $response['code'] ); 529 527 530 return array('response' => $response, 'headers' => $newheaders, 'cookies' => $cookies); 528 531 }
Note: See TracChangeset
for help on using the changeset viewer.