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-meta-query.php

    r55398 r55732  
    524524         *                             parameters. If not provided, a key will be generated automatically.
    525525         *                             Default empty string.
    526          * @return string[] {
     526         * @return array {
    527527         *     Array containing JOIN and WHERE SQL clauses to append to a first-order query.
    528528         *
    529          *     @type string $join  SQL fragment to append to the main JOIN clause.
    530          *     @type string $where SQL fragment to append to the main WHERE clause.
     529         *     @type string[] $join  Array of SQL fragments to append to the main JOIN clause.
     530         *     @type string[] $where Array of SQL fragments to append to the main WHERE clause.
    531531         * }
    532532         */
Note: See TracChangeset for help on using the changeset viewer.