Revert [6940]. Breaks atompub. see #5717
git-svn-id: https://develop.svn.wordpress.org/trunk@6956 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
da73b7408d
commit
0803a8a86a
@ -269,10 +269,6 @@ class WP {
|
||||
function query_posts() {
|
||||
global $wp_the_query;
|
||||
$this->build_query_string();
|
||||
if( $this->did_permalink && $this->query_vars['error'] == '404' ){
|
||||
$wp_the_query->parse_query($query);
|
||||
return;
|
||||
}
|
||||
$wp_the_query->query($this->query_vars);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user