Remove debug cruft from [16543]. See #14590
git-svn-id: http://svn.automattic.com/wordpress/trunk@16544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
696bfb5fc6
commit
d941809a3c
|
@ -2686,7 +2686,7 @@ class WP_Query {
|
||||||
$this->queried_object_id = (int) $this->get('author');
|
$this->queried_object_id = (int) $this->get('author');
|
||||||
$this->queried_object = get_userdata( $this->queried_object_id );
|
$this->queried_object = get_userdata( $this->queried_object_id );
|
||||||
}
|
}
|
||||||
debug($this->is_attachment, $this->is_page, $this->is_single);
|
|
||||||
return $this->queried_object;
|
return $this->queried_object;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue