Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:00:07 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Capitalize "ID", when referring to a post ID, term ID, etc. in a more consistent way.

See #49572.

File:
1 edited

Legend:

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

    r47898 r48104  
    114114     *     @type bool|int     $hide_empty             Whether to hide terms not assigned to any posts. Accepts
    115115     *                                                1|true or 0|false. Default 1|true.
    116      *     @type array|string $include                Array or comma/space-separated string of term ids to include.
     116     *     @type array|string $include                Array or comma/space-separated string of term IDs to include.
    117117     *                                                Default empty array.
    118      *     @type array|string $exclude                Array or comma/space-separated string of term ids to exclude.
     118     *     @type array|string $exclude                Array or comma/space-separated string of term IDs to exclude.
    119119     *                                                If $include is non-empty, $exclude is ignored.
    120120     *                                                Default empty array.
    121      *     @type array|string $exclude_tree           Array or comma/space-separated string of term ids to exclude
     121     *     @type array|string $exclude_tree           Array or comma/space-separated string of term IDs to exclude
    122122     *                                                along with all of their descendant terms. If $include is
    123123     *                                                non-empty, $exclude_tree is ignored. Default empty array.
Note: See TracChangeset for help on using the changeset viewer.