Remove debug cruft introduced by [15751]. See #12891
git-svn-id: http://svn.automattic.com/wordpress/trunk@15752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f5276df854
commit
b64336e0cd
|
@ -1291,8 +1291,6 @@ class WP_Query extends WP_Object_Query {
|
|||
|
||||
$this->parse_tax_query( $qv );
|
||||
|
||||
debug($this->tax_query);
|
||||
|
||||
$this->parse_meta_query( $qv );
|
||||
|
||||
if ( empty($qv['author']) || ($qv['author'] == '0') ) {
|
||||
|
|
Loading…
Reference in New Issue