Make WordPress Core

Ticket #18505: 18505.2.patch

File 18505.2.patch, 413 bytes (added by SergeyBiryukov, 12 years ago)
  • src/wp-includes/class-wp.php

     
    582582                        }
    583583
    584584                        // Don't 404 for these queries either.
    585                         if ( is_home() || is_search() ) {
     585                        if ( is_home() || is_search() || is_feed() ) {
    586586                                status_header( 200 );
    587587                                return;
    588588                        }