Make WordPress Core

Ticket #60242: 60242.patch

File 60242.patch, 490 bytes (added by hardik2221, 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 { 
    717717                 *
    718718                 * @since 3.1.0
    719719                 *
    720                  * @param string[] $clauses {
     720                 * @param string[] $pieces {
    721721                 *     Associative array of the clauses for the query.
    722722                 *
    723723                 *     @type string $fields   The SELECT clause of the query.