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
This commit is contained in:
parent
3dc074ed1d
commit
de37c09c7b
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user