Ticket #31935: 31935.patch
File 31935.patch, 431 bytes (added by , 10 years ago) |
---|
-
wp-includes/class-wp.php
581 581 } 582 582 583 583 // Don't 404 for these queries either. 584 if ( is_home() || is_search() || is_feed() ) {584 if ( is_home() || is_search() || ( is_feed() && !is_singular() ) ) { 585 585 status_header( 200 ); 586 586 return; 587 587 }