Changeset 58454 for trunk/src/wp-includes/class-wp-network-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-network-query.php
r57750 r58454 447 447 * @since 4.6.0 448 448 * 449 * @param string[] $clauses An associative array of network query clauses. 449 * @param string[] $clauses { 450 * Associative array of the clauses for the query. 451 * 452 * @type string $fields The SELECT clause of the query. 453 * @type string $join The JOIN clause of the query. 454 * @type string $where The WHERE clause of the query. 455 * @type string $orderby The ORDER BY clause of the query. 456 * @type string $limits The LIMIT clause of the query. 457 * @type string $groupby The GROUP BY clause of the query. 458 * } 450 459 * @param WP_Network_Query $query Current instance of WP_Network_Query (passed by reference). 451 460 */
Note: See TracChangeset
for help on using the changeset viewer.