Changeset 32800 for trunk/src/wp-includes/feed.php
- Timestamp:
- 06/16/2015 08:00:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r32765 r32800 110 110 $max_post_time = max( $post_times ); 111 111 112 if ( $wp_query->is_comment_feed() ) {112 if ( $wp_query->is_comment_feed() ) { 113 113 $max_comment_time = $wpdb->get_var( $wpdb->prepare( "SELECT MAX(comment_date_gmt) FROM $wpdb->comments WHERE comment_post_ID IN ('%s') AND comment_approved = '1'", $postids ) ); 114 114 … … 677 677 do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) ); 678 678 $feed->init(); 679 $feed->set_output_encoding( get_option( 'blog_charset' ) ); 679 $feed->set_output_encoding( get_option( 'blog_charset' ) ); 680 680 $feed->handle_content_type(); 681 681
Note: See TracChangeset
for help on using the changeset viewer.