From 755766f286d8d65cfe71d27cf5c1216ed728a245 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 8 Jul 2020 11:15:04 +0000 Subject: [PATCH] Docs: Further improve documentation for `have_posts()` and `have_comments()`. Follow-up to [48406] Props stevenlinx. See #50610. Built from https://develop.svn.wordpress.org/trunk@48407 git-svn-id: http://core.svn.wordpress.org/trunk@48176 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/query.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/query.php b/wp-includes/query.php index d4e743ccd5..743a33df80 100644 --- a/wp-includes/query.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 71232591fd..c71c4cca4a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta1-48406'; +$wp_version = '5.5-beta1-48407'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.