Ticket #2567: 2567.diff
File 2567.diff, 595 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/class-IXR.php
508 508 $xml = '<?xml version="1.0" encoding="'.$charset.'"?>'."\n".$xml; 509 509 else 510 510 $xml = '<?xml version="1.0"?>'."\n".$xml; 511 mbstring_binary_safe_encoding(); 511 512 $length = strlen($xml); 513 reset_mbstring_encoding(); 512 514 header('Connection: close'); 513 515 header('Content-Length: '.$length); 514 516 if ($charset)