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
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-10-30 03:05:29 +00:00
parent b2ec3c4303
commit dfe2224b5c
1 changed files with 3 additions and 2 deletions

View File

@ -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