diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index d4e743ccd5..743a33df80 100644 --- a/src/wp-includes/query.php +++ b/src/wp-includes/query.php @@ -915,7 +915,7 @@ function is_main_query() { */ /** - * Whether current WordPress query has results to loop over. + * Determines whether current WordPress query has posts to loop over. * * @since 1.5.0 * @@ -975,7 +975,7 @@ function the_post() { */ /** - * Whether there are comments to loop over. + * Determines whether current WordPress query has comments to loop over. * * @since 2.2.0 *