Make WordPress Core


Ignore:
Timestamp:
05/08/2023 10:35:38 PM (3 years ago)
Author:
johnbillion
Message:

Docs: A host of corrections and improvements to inline documentation.

See #57840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-tax-query.php

    r54867 r55732  
    375375         * @param array $clause       Query clause (passed by reference).
    376376         * @param array $parent_query Parent query array.
    377          * @return string[] {
     377         * @return array {
    378378         *     Array containing JOIN and WHERE SQL clauses to append to a first-order query.
    379379         *
    380          *     @type string $join  SQL fragment to append to the main JOIN clause.
    381          *     @type string $where SQL fragment to append to the main WHERE clause.
     380         *     @type string[] $join  Array of SQL fragments to append to the main JOIN clause.
     381         *     @type string[] $where Array of SQL fragments to append to the main WHERE clause.
    382382         * }
    383383         */
Note: See TracChangeset for help on using the changeset viewer.