Ticket #32024: 32024.diff
File 32024.diff, 681 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/class-wp.php
366 366 } elseif ( empty( $this->query_vars['feed'] ) ) { 367 367 $headers['Content-Type'] = get_option('html_type') . '; charset=' . get_option('blog_charset'); 368 368 } else { 369 $headers['Content-Type'] = feed_content_type() . '; charset=' . get_option('blog_charset'); 370 369 371 // We're showing a feed, so WP is indeed the only thing that last changed 370 372 if ( !empty($this->query_vars['withcomments']) 371 373 || false !== strpos( $this->query_vars['feed'], 'comments-' )