From de37c09c7b8bbb71103e0e016ed477385c988b54 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 8 Jul 2020 11:13:22 +0000 Subject: [PATCH] Docs: Further improve documentation for `have_posts()` and `have_comments()`. Follow-up to [48406] Props stevenlinx. See #50610. git-svn-id: https://develop.svn.wordpress.org/trunk@48407 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 *