Make WordPress Core

Ticket #13049: 13049.patch

File 13049.patch, 369 bytes (added by solarissmoke, 13 years ago)
  • template-loader.php

     
    1010if ( is_robots() ) :
    1111        do_action('do_robots');
    1212        return;
    13 elseif ( is_feed() ) :
     13elseif ( is_feed() && !is_404() ) :
    1414        do_feed();
    1515        return;
    1616elseif ( is_trackback() ) :