Add missing param to 'comments_template_query_args'.
As introduced in [36235]. Props birgire. See #34442. git-svn-id: https://develop.svn.wordpress.org/trunk@36256 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
844e1b6e7e
commit
68bc0fc216
@ -1348,6 +1348,8 @@ function comments_template( $file = '/comments.php', $separate_comments = false
|
|||||||
* @type string|array $orderby Field(s) to order by.
|
* @type string|array $orderby Field(s) to order by.
|
||||||
* @type string $order Order of results. Accepts 'ASC' or 'DESC'.
|
* @type string $order Order of results. Accepts 'ASC' or 'DESC'.
|
||||||
* @type string $status Comment status.
|
* @type string $status Comment status.
|
||||||
|
* @type array $include_unapproved Array of IDs or email addresses whose unapproved comments
|
||||||
|
* will be included in results.
|
||||||
* @type int $post_id ID of the post.
|
* @type int $post_id ID of the post.
|
||||||
* @type bool $no_found_rows Whether to refrain from querying for found rows.
|
* @type bool $no_found_rows Whether to refrain from querying for found rows.
|
||||||
* @type bool $update_comment_meta_cache Whether to prime cache for comment meta.
|
* @type bool $update_comment_meta_cache Whether to prime cache for comment meta.
|
||||||
|
Loading…
Reference in New Issue
Block a user