Ticket #24622: If-Modified-Since_Bug.patch
File If-Modified-Since_Bug.patch, 563 bytes (added by , 12 years ago) |
---|
-
wp-includes/class-wp.php
344 344 || !empty($this->query_vars['pagename']) 345 345 || !empty($this->query_vars['attachment']) 346 346 || !empty($this->query_vars['attachment_id']) 347 || ( !empty($this->query_vars['feed']) 348 && in_array( $this->query_vars['feed'], 349 array( 'comments-rss', 'comments-rss2', 'comments-atom' ) 350 ) 351 ) 347 352 ) 348 353 ) 349 354 )