Changeset 13839
- Timestamp:
- 03/27/2010 06:03:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r13838 r13839 2392 2392 if ( !$q['suppress_filters'] ) 2393 2393 $this->request = apply_filters_ref_array('posts_request', array( $this->request, &$this ) ); 2394 var_Dump($this->request); 2394 2395 2395 $this->posts = $wpdb->get_results($this->request); 2396 2396 // Raw results filter. Prior to status checks.
Note: See TracChangeset
for help on using the changeset viewer.