Make WordPress Core

Ticket #11219: 11219.diff

File 11219.diff, 471 bytes (added by Denis-de-Bernardy, 15 years ago)
  • wp-includes/class-simplepie.php

     
    94409440                {
    94419441                        return $return;
    94429442                }
     9443                // Server has neither of mb_convert_encoding() or iconv(). Maybe there's nothing to convert?
     9444                elseif ( $input == $output ) {
     9445                        return $data;
     9446                }
    94439447                // If we can't do anything, just fail
    94449448                else
    94459449                {