Ticket #62354: 62354.diff
File 62354.diff, 506 bytes (added by , 6 months ago) |
---|
-
src/wp-includes/feed.php
842 842 do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) ); 843 843 844 844 $feed->init(); 845 $feed->set_output_encoding( get_ option( 'blog_charset' ) );845 $feed->set_output_encoding( get_bloginfo( 'charset' ) ); 846 846 847 847 if ( $feed->error() ) { 848 848 return new WP_Error( 'simplepie-error', $feed->error() );