Ticket #18505: 18505.2.patch
| File 18505.2.patch, 413 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/class-wp.php
582 582 } 583 583 584 584 // Don't 404 for these queries either. 585 if ( is_home() || is_search() ) {585 if ( is_home() || is_search() || is_feed() ) { 586 586 status_header( 200 ); 587 587 return; 588 588 }