From dfe2224b5c40c5ac80f7ae8d0420a9297612bc3e Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Thu, 30 Oct 2014 03:05:29 +0000 Subject: [PATCH] Update the changelog for `WP_Comment_Query::query()` to reflect two more new arguments added in [30096]. [30096] introduced the `type__in` and `type__not_in` arguments. See #30111 for documentation on those new arguments. Fixes #12668. git-svn-id: https://develop.svn.wordpress.org/trunk@30110 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/comment.php b/src/wp-includes/comment.php index 1fff3ac548..423dfa2c2e 100644 --- a/src/wp-includes/comment.php +++ b/src/wp-includes/comment.php @@ -276,8 +276,9 @@ class WP_Comment_Query { * * @since 3.1.0 * @since 4.1.0 Introduced 'comment__in', 'comment__not_in', 'post_author__in', - * 'post_author__not_in', 'author__in', 'author__not_in', - * 'post__in', 'post__not_in', and 'include_unapproved' to $query_vars. + * 'post_author__not_in', 'author__in', 'author__not_in', 'post__in', + * 'post__not_in', 'include_unapproved', 'type__in', and 'type__not_in' + * to $query_vars. * * @param string|array $query_vars * @return int|array