Ticket #11219: 11219.diff
File 11219.diff, 471 bytes (added by , 15 years ago) |
---|
-
wp-includes/class-simplepie.php
9440 9440 { 9441 9441 return $return; 9442 9442 } 9443 // Server has neither of mb_convert_encoding() or iconv(). Maybe there's nothing to convert? 9444 elseif ( $input == $output ) { 9445 return $data; 9446 } 9443 9447 // If we can't do anything, just fail 9444 9448 else 9445 9449 {