Skip to content

Commit 8737e5a

Browse files
committed
Comments are good.
1 parent 319afed commit 8737e5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-includes/class-wp-query.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3748,6 +3748,7 @@ public function the_post() {
37483748
if ( 'ids' === $this->query_vars['fields'] ) {
37493749
$post_ids[] = $loop_post;
37503750
} else {
3751+
// Partial object (stdClass) queried.
37513752
$post_ids[] = $loop_post->ID;
37523753
}
37533754
}

0 commit comments

Comments
 (0)