Make WordPress Core

Changeset 32038


Ignore:
Timestamp:
04/05/2015 03:46:24 PM (10 years ago)
Author:
DrewAPicture
Message:

Remove an unnecessary inline @see tag and document the $wpdb global in two WP_Comment_Query methods.

See [31793]. See #31888.

File:
1 edited

Legend:

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

    r31870 r32038  
    451451     *              'post__not_in', 'include_unapproved', 'type__in', and 'type__not_in'
    452452     *              arguments to $query_vars.
    453      * @since 4.2.0 Moved parsing to {@link WP_Comment_Query::parse_query()}.
     453     * @since 4.2.0 Moved parsing to WP_Comment_Query::parse_query().
    454454     * @access public
    455455     *
     
    467467     * @since 4.2.0
    468468     * @access public
     469     *
     470     * @global wpdb $wpdb WordPress database abstraction object.
    469471     *
    470472     * @return array The list of comments.
Note: See TracChangeset for help on using the changeset viewer.