Changeset 57719 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 02/27/2024 10:27:08 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r57648 r57719 330 330 * @since 4.2.0 Extracted from WP_Comment_Query::query(). 331 331 * 332 * @param string|array $query WP_Comment_Query arguments. See WP_Comment_Query::__construct() .332 * @param string|array $query WP_Comment_Query arguments. See WP_Comment_Query::__construct() for accepted arguments. 333 333 */ 334 334 public function parse_query( $query = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.