Ticket #24622: If-Modified-Since_Bug_rev2.patch
File If-Modified-Since_Bug_rev2.patch, 580 bytes (added by , 11 years ago) |
---|
-
wp-includes/class-wp.php
300 300 $this->query_vars[$var] = $this->extra_query_vars[$var]; 301 301 } 302 302 303 if ( isset( $this->query_vars['feed'] ) 304 && in_array( $this->query_vars['feed'], array( 'comments-rss2', 'comments-atom' )) 305 && empty( $this->query_vars['withcomments'] ) 306 ) 307 $this->query_vars['withcomments'] = true; 308 303 309 if ( isset($error) ) 304 310 $this->query_vars['error'] = $error; 305 311