Changeset 6956

Show
Ignore:
Timestamp:
02/21/08 20:47:15 (7 months ago)
Author:
ryan
Message:

Revert [6940]. Breaks atompub. see #5717

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/classes.php

    r6940 r6956  
    270270        global $wp_the_query; 
    271271        $this->build_query_string(); 
    272         if( $this->did_permalink && $this->query_vars['error'] == '404' ){ 
    273             $wp_the_query->parse_query($query); 
    274             return; 
    275         } 
    276272        $wp_the_query->query($this->query_vars); 
    277273    }