mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user