Ticket #7522: 7522.diff
| File 7522.diff, 601 bytes (added by , 18 years ago) |
|---|
-
wp-includes/http.php
214 214 $transports = WP_Http::_getTransport(); 215 215 } else { 216 216 if ( is_array( $r['body'] ) || is_object( $r['body'] ) ) { 217 $r['body'] = http_build_query($r['body'] );217 $r['body'] = http_build_query($r['body'], null, '&'); 218 218 $r['headers']['Content-Type'] = 'application/x-www-form-urlencoded; charset=' . get_option('blog_charset'); 219 219 $r['headers']['Content-Length'] = strlen($r['body']); 220 220 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)