Changeset 53483 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 06/10/2022 03:15:07 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r53482 r53483 3435 3435 public function the_post() { 3436 3436 global $post; 3437 3437 3438 if ( ! $this->in_the_loop ) { 3438 3439 update_post_author_caches( $this->posts ); 3439 3440 } 3441 3440 3442 $this->in_the_loop = true; 3441 3443
Note: See TracChangeset
for help on using the changeset viewer.