Changeset 11450 for trunk/wp-includes/http.php
- Timestamp:
- 05/24/2009 11:47:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r11355 r11450 282 282 } else { 283 283 if ( is_array( $r['body'] ) || is_object( $r['body'] ) ) { 284 if ( ! version_compare(phpversion(), '5.1.2', '>=') ) 284 if ( ! version_compare(phpversion(), '5.1.2', '>=') ) 285 285 $r['body'] = _http_build_query($r['body'], null, '&'); 286 286 else
Note: See TracChangeset
for help on using the changeset viewer.