Remove Debug cruft.. See #12704
git-svn-id: https://develop.svn.wordpress.org/trunk@13839 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9cd846b401
commit
99359a2b48
@ -2391,7 +2391,7 @@ class WP_Query {
|
|||||||
$this->request = " SELECT $found_rows $distinct $fields FROM $wpdb->posts $join WHERE 1=1 $where $groupby $orderby $limits";
|
$this->request = " SELECT $found_rows $distinct $fields FROM $wpdb->posts $join WHERE 1=1 $where $groupby $orderby $limits";
|
||||||
if ( !$q['suppress_filters'] )
|
if ( !$q['suppress_filters'] )
|
||||||
$this->request = apply_filters_ref_array('posts_request', array( $this->request, &$this ) );
|
$this->request = apply_filters_ref_array('posts_request', array( $this->request, &$this ) );
|
||||||
var_Dump($this->request);
|
|
||||||
$this->posts = $wpdb->get_results($this->request);
|
$this->posts = $wpdb->get_results($this->request);
|
||||||
// Raw results filter. Prior to status checks.
|
// Raw results filter. Prior to status checks.
|
||||||
if ( !$q['suppress_filters'] )
|
if ( !$q['suppress_filters'] )
|
||||||
|
Loading…
Reference in New Issue
Block a user