Skip to content

Commit 75fc4e9

Browse files
Docs: Fix typo in WP_Query post-loading comment.
Follow-up to [59993]. Props parinpanjari, gaurangsondagar, westonruter, SergeyBiryukov. Fixes #65113. git-svn-id: https://develop.svn.wordpress.org/trunk@62429 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 51a5f4d commit 75fc4e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3803,7 +3803,7 @@ function ( $carry, $post ) {
38033803
$post = get_post( $post );
38043804
} elseif ( isset( $post->ID ) ) {
38053805
/*
3806-
* Partial objecct queried.
3806+
* Partial object queried.
38073807
*
38083808
* The post object was queried with a partial set of
38093809
* fields, populate the entire object for the loop.

0 commit comments

Comments
 (0)