From b0eb3033ba82428b2a0716bf72c41bcab26c0d00 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 11 May 2010 18:28:12 +0000 Subject: [PATCH] Remove apparent debug cruft committed in [14401]. fixes #13355 git-svn-id: http://svn.automattic.com/wordpress/trunk@14565 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/query.php b/wp-includes/query.php index f08152512..8d5422beb 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -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; } /**