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
This commit is contained in:
Sergey Biryukov 2020-07-08 11:15:04 +00:00
parent 3311bc8783
commit 755766f286
2 changed files with 3 additions and 3 deletions

View File

@ -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
*

View File

@ -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.