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:
Drew Jaynes 2016-03-10 02:31:53 +00:00
parent 14a393beaf
commit bd1e46eb82
1 changed files with 3 additions and 1 deletions

View File

@ -1344,8 +1344,10 @@ function comments_template( $file = '/comments.php', $separate_comments = false
*
* @since 4.5.0
*
* @see WP_Comment_Query::__construct()
*
* @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 $order Order of results. Accepts 'ASC' or 'DESC'.