Changeset 42843 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 03/18/2018 02:22:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r42768 r42843 3164 3164 $this->found_posts = count( $this->posts ); 3165 3165 } else { 3166 if ( null === $this->posts ) { 3166 if ( null === $this->posts ) { 3167 3167 $this->found_posts = 0; 3168 3168 } else {
Note: See TracChangeset
for help on using the changeset viewer.