Remove apparent debug cruft committed in [14401]. fixes #13355

git-svn-id: https://develop.svn.wordpress.org/trunk@14565 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-11 18:28:12 +00:00
parent 364194617a
commit d620c50f96
1 changed files with 1 additions and 1 deletions

View File

@ -1544,7 +1544,7 @@ class WP_Query {
$this->init_query_flags();
$this->is_404 = true;
//$this->is_feed = $is_feed;
$this->is_feed = $is_feed;
}
/**