Ticket #60242: 60242.patch
File 60242.patch, 490 bytes (added by , 10 months ago) |
---|
-
src/wp-includes/class-wp-term-query.php
diff --git a/src/wp-includes/class-wp-term-query.php b/src/wp-includes/class-wp-term-query.php index 1fa73d48ab..da2c9b27e6 100644
a b class WP_Term_Query { 717 717 * 718 718 * @since 3.1.0 719 719 * 720 * @param string[] $ clauses {720 * @param string[] $pieces { 721 721 * Associative array of the clauses for the query. 722 722 * 723 723 * @type string $fields The SELECT clause of the query.