Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:01:17 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399

File:
1 edited

Legend:

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

    r50614 r51298  
    167167     *                                                Default empty.
    168168     *     @type int          $child_of               Term ID to retrieve child terms of. If multiple taxonomies
    169      *                                                are passed, $child_of is ignored. Default 0.
    170      *     @type int|string   $parent                 Parent term ID to retrieve direct-child terms of.
     169     *                                                are passed, `$child_of` is ignored. Default 0.
     170     *     @type int          $parent                 Parent term ID to retrieve direct-child terms of.
    171171     *                                                Default empty.
    172172     *     @type bool         $childless              True to limit results to terms that have no children.
Note: See TracChangeset for help on using the changeset viewer.