Changeset 22011
- Timestamp:
- 09/26/2012 12:32:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r21928 r22011 2677 2677 2678 2678 // Convert to WP_Post objects 2679 $this->posts = array_map( 'get_post', $this->posts ); 2679 if ( $this->posts ) 2680 $this->posts = array_map( 'get_post', $this->posts ); 2680 2681 2681 2682 // Raw results filter. Prior to status checks.
Note: See TracChangeset
for help on using the changeset viewer.