Changeset 8536 for trunk/wp-includes/http.php
- Timestamp:
- 08/04/2008 07:12:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r8535 r8536 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
Note: See TracChangeset
for help on using the changeset viewer.