Changeset 13268 for trunk/wp-includes/http.php
- Timestamp:
- 02/21/2010 12:03:42 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r13149 r13268 1013 1013 'protocol_version' => (float) $r['httpversion'], 1014 1014 'header' => $strHeaders, 1015 'ignore_errors' => true, // Return non-200 requests. 1015 'ignore_errors' => true, // Return non-200 requests. 1016 1016 'timeout' => $r['timeout'], 1017 1017 'ssl' => array(
Note: See TracChangeset
for help on using the changeset viewer.