Make WordPress Core

Changeset 13839


Ignore:
Timestamp:
03/27/2010 06:03:58 AM (15 years ago)
Author:
dd32
Message:

Remove Debug cruft.. See #12704

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/query.php

    r13838 r13839  
    23922392        if ( !$q['suppress_filters'] )
    23932393            $this->request = apply_filters_ref_array('posts_request', array( $this->request, &$this ) );
    2394 var_Dump($this->request);
     2394
    23952395        $this->posts = $wpdb->get_results($this->request);
    23962396        // Raw results filter.  Prior to status checks.
Note: See TracChangeset for help on using the changeset viewer.