From bd1e46eb82255f218405d448b7689fa27d481be8 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 02:31:53 +0000 Subject: [PATCH] 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 --- src/wp-includes/comment-template.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 09093569f7..29b102a207 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -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'.