Changeset 58454 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 06/21/2024 05:24:39 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r57750 r58454 928 928 * @since 3.1.0 929 929 * 930 * @param string[] $clauses An associative array of comment query clauses. 930 * @param string[] $clauses { 931 * Associative array of the clauses for the query. 932 * 933 * @type string $fields The SELECT clause of the query. 934 * @type string $join The JOIN clause of the query. 935 * @type string $where The WHERE clause of the query. 936 * @type string $orderby The ORDER BY clause of the query. 937 * @type string $limits The LIMIT clause of the query. 938 * @type string $groupby The GROUP BY clause of the query. 939 * } 931 940 * @param WP_Comment_Query $query Current instance of WP_Comment_Query (passed by reference). 932 941 */
Note: See TracChangeset
for help on using the changeset viewer.