diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 1fff3ac548..423dfa2c2e 100644 --- a/wp-includes/comment.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index e42485bd4e..6fe4f1c45c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30109'; +$wp_version = '4.1-alpha-30110'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.