From d620c50f96d920a122b8aaa5bb7b2630ad2f76c3 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 11 May 2010 18:28:12 +0000 Subject: [PATCH] Remove apparent debug cruft committed in [14401]. fixes #13355 git-svn-id: https://develop.svn.wordpress.org/trunk@14565 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 f08152512d..8d5422bebe 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; } /**