Changeset 37712 for trunk/src/wp-includes/query.php
- Timestamp:
- 06/15/2016 12:32:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r37692 r37712 3651 3651 } 3652 3652 3653 // Convert to WP_Post objects and set the found-post totals. 3653 $this->set_found_posts( $q, $limits ); 3654 3655 // Convert to WP_Post objects. 3654 3656 if ( $this->posts ) { 3655 3657 $this->posts = array_map( 'get_post', $this->posts ); 3656 $this->set_found_posts( $q, $limits );3657 3658 } 3658 3659
Note: See TracChangeset
for help on using the changeset viewer.