Make WordPress Core

Changeset 30110


Ignore:
Timestamp:
10/30/2014 03:05:29 AM (10 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r30109 r30110  
    277277     * @since 3.1.0
    278278     * @since 4.1.0 Introduced 'comment__in', 'comment__not_in', 'post_author__in',
    279      *              'post_author__not_in', 'author__in', 'author__not_in',
    280      *              'post__in', 'post__not_in', and 'include_unapproved' to $query_vars.
     279     *              'post_author__not_in', 'author__in', 'author__not_in', 'post__in',
     280     *              'post__not_in', 'include_unapproved', 'type__in', and 'type__not_in'
     281     *              to $query_vars.
    281282     *
    282283     * @param string|array $query_vars
Note: See TracChangeset for help on using the changeset viewer.