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