Make WordPress Core


Ignore:
Timestamp:
12/07/2021 12:18:50 PM (3 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-term-query.php

    r52226 r52332  
    9595     *     Optional. Array or query string of term query parameters. Default empty.
    9696     *
    97      *     @type string|array    $taxonomy               Taxonomy name, or array of taxonomies, to which results should
    98      *                                                   be limited.
     97     *     @type string|string[] $taxonomy               Taxonomy name, or array of taxonomy names, to which results
     98     *                                                   should be limited.
    9999     *     @type int|int[]       $object_ids             Object ID, or array of object IDs. Results will be
    100100     *                                                   limited to terms associated with these objects.
     
    149149     *     @type bool            $count                  Whether to return a term count. If true, will take precedence
    150150     *                                                   over `$fields`. Default false.
    151      *     @type string|array    $name                   Name or array of names to return term(s) for.
     151     *     @type string|string[] $name                   Name or array of names to return term(s) for.
    152152     *                                                   Default empty.
    153      *     @type string|array    $slug                   Slug or array of slugs to return term(s) for.
     153     *     @type string|string[] $slug                   Slug or array of slugs to return term(s) for.
    154154     *                                                   Default empty.
    155155     *     @type int|int[]       $term_taxonomy_id       Term taxonomy ID, or array of term taxonomy IDs,
Note: See TracChangeset for help on using the changeset viewer.