Ticket #9093: wp-includes--class-IXR.php.diff
File wp-includes--class-IXR.php.diff, 496 bytes (added by , 16 years ago) |
---|
-
wp-includes/class-IXR.php
301 301 if (!$data) { 302 302 global $HTTP_RAW_POST_DATA; 303 303 if (!$HTTP_RAW_POST_DATA) { 304 header( 'Content-Type: text/plain' ); 304 305 die('XML-RPC server accepts POST requests only.'); 305 306 } 306 307 $data = $HTTP_RAW_POST_DATA;