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

git-svn-id: http://svn.automattic.com/wordpress/trunk@14565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-11 18:28:12 +00:00
parent b2150816f8
commit b0eb3033ba

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;
}
/**