Ticket #10713: 10713.3.patch
File 10713.3.patch, 414 bytes (added by , 10 years ago) |
---|
-
wp-includes/feed.php
642 642 */ 643 643 do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) ); 644 644 $feed->init(); 645 $feed->set_output_encoding( get_option( 'blog_charset' ) ); 645 646 $feed->handle_content_type(); 646 647 647 648 if ( $feed->error() )