Ticket #39066: 39066.3.diff
File 39066.3.diff, 475 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/feed.php
702 702 do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) ); 703 703 $feed->init(); 704 704 $feed->set_output_encoding( get_option( 'blog_charset' ) ); 705 $feed->handle_content_type();706 705 707 706 if ( $feed->error() ) 708 707 return new WP_Error( 'simplepie-error', $feed->error() );