Make WordPress Core


Ignore:
Timestamp:
12/07/2021 12:18:50 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various inline documentation corrections and improvements.

See #53399

File:
1 edited

Legend:

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

    r52236 r52332  
    402402     * @since 4.1.0
    403403     *
    404      * @return array {
     404     * @return string[] {
    405405     *     Array containing JOIN and WHERE SQL clauses to append to the main query.
    406406     *
     
    435435     * @param int   $depth Optional. Number of tree levels deep we currently are.
    436436     *                     Used to calculate indentation. Default 0.
    437      * @return array {
     437     * @return string[] {
    438438     *     Array containing JOIN and WHERE SQL clauses to append to a single query array.
    439439     *
     
    521521     * @param string $clause_key   Optional. The array key used to name the clause in the original `$meta_query`
    522522     *                             parameters. If not provided, a key will be generated automatically.
    523      * @return array {
     523     * @return string[] {
    524524     *     Array containing JOIN and WHERE SQL clauses to append to a first-order query.
    525525     *
Note: See TracChangeset for help on using the changeset viewer.