From 156dc90ffeb33300cefcbef013d7793995afc021 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: https://develop.svn.wordpress.org/trunk@16544 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 caf5b07eef..146790dc3f 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; }