Remove debug cruft introduced by [15751]. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@15752 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f4ed3e239c
commit
ccbf85c82d
@ -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
Block a user