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

    r48475 r52332  
    237237     * @param string $primary_table     Database table where the object being filtered is stored (eg wp_users).
    238238     * @param string $primary_id_column ID column for the filtered object in $primary_table.
    239      * @return array {
     239     * @return string[] {
    240240     *     Array containing JOIN and WHERE SQL clauses to append to the main query.
    241241     *
     
    259259     * @since 4.1.0
    260260     *
    261      * @return array {
     261     * @return string[] {
    262262     *     Array containing JOIN and WHERE SQL clauses to append to the main query.
    263263     *
     
    292292     * @param int   $depth Optional. Number of tree levels deep we currently are.
    293293     *                     Used to calculate indentation. Default 0.
    294      * @return array {
     294     * @return string[] {
    295295     *     Array containing JOIN and WHERE SQL clauses to append to a single query array.
    296296     *
     
    374374     * @param array $clause       Query clause (passed by reference).
    375375     * @param array $parent_query Parent query array.
    376      * @return array {
     376     * @return string[] {
    377377     *     Array containing JOIN and WHERE SQL clauses to append to a first-order query.
    378378     *
Note: See TracChangeset for help on using the changeset viewer.