Docs: Improve the usefulness of associated reference info in the hook doc for the comments_template_query_args
filter, introduced in [36235].
See #34442. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36918 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
14a393beaf
commit
bd1e46eb82
@ -1344,8 +1344,10 @@ function comments_template( $file = '/comments.php', $separate_comments = false
|
|||||||
*
|
*
|
||||||
* @since 4.5.0
|
* @since 4.5.0
|
||||||
*
|
*
|
||||||
|
* @see WP_Comment_Query::__construct()
|
||||||
|
*
|
||||||
* @param array $comment_args {
|
* @param array $comment_args {
|
||||||
* Array of arguments. See WP_Comment_Query::__construct() for detailed descriptions.
|
* Array of WP_Comment_Query arguments.
|
||||||
*
|
*
|
||||||
* @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'.
|
||||||
|
Loading…
Reference in New Issue
Block a user