Changeset 10211 for trunk/wp-includes/http.php
- Timestamp:
- 12/16/2008 10:07:18 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r10190 r10211 243 243 244 244 if ( is_null($r['body']) ) { 245 $r['headers']['Content-Length'] = 0; 245 246 $transports = WP_Http::_getTransport($r); 246 247 } else {
Note: See TracChangeset
for help on using the changeset viewer.