Ticket #10713: 10713.2.diff
| File 10713.2.diff, 514 bytes (added by , 13 years ago) |
|---|
-
wp-includes/feed.php
540 540 $feed->set_cache_duration( apply_filters( 'wp_feed_cache_transient_lifetime', 12 * HOUR_IN_SECONDS, $url ) ); 541 541 do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) ); 542 542 $feed->init(); 543 $feed->set_output_encoding( get_option( 'blog_charset' ) ); 543 544 $feed->handle_content_type(); 544 545 545 546 if ( $feed->error() )