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