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.