Changeset 32038
- Timestamp:
- 04/05/2015 03:46:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r31870 r32038 451 451 * 'post__not_in', 'include_unapproved', 'type__in', and 'type__not_in' 452 452 * 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(). 454 454 * @access public 455 455 * … … 467 467 * @since 4.2.0 468 468 * @access public 469 * 470 * @global wpdb $wpdb WordPress database abstraction object. 469 471 * 470 472 * @return array The list of comments.
Note: See TracChangeset
for help on using the changeset viewer.