From d941809a3c9c65656bce4734d84a54e00d4fb860 Mon Sep 17 00:00:00 2001 From: scribu Date: Tue, 23 Nov 2010 00:49:23 +0000 Subject: [PATCH] Remove debug cruft from [16543]. See #14590 git-svn-id: http://svn.automattic.com/wordpress/trunk@16544 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 caf5b07ee..146790dc3 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -2686,7 +2686,7 @@ class WP_Query { $this->queried_object_id = (int) $this->get('author'); $this->queried_object = get_userdata( $this->queried_object_id ); } -debug($this->is_attachment, $this->is_page, $this->is_single); + return $this->queried_object; }