Ticket #7460: 4779.r8535.diff
File 4779.r8535.diff, 403 bytes (added by , 13 years ago) |
---|
-
http.php
196 196 $headers['user-agent'] = $r['user-agent']; 197 197 198 198 if ( is_null($body) ) { 199 if ( ! is_string($body) )199 if ( is_array($body) || is_object($body) ) 200 200 $body = http_build_query($body); 201 201 202 202 $transports = WP_Http::_getTransport();