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

    r48100 r48104  
    719719     *     @type bool         $suppress_filters        Whether to suppress filters. Default false.
    720720     *     @type string       $tag                     Tag slug. Comma-separated (either), Plus-separated (all).
    721      *     @type array        $tag__and                An array of tag ids (AND in).
    722      *     @type array        $tag__in                 An array of tag ids (OR in).
    723      *     @type array        $tag__not_in             An array of tag ids (NOT in).
     721     *     @type array        $tag__and                An array of tag IDs (AND in).
     722     *     @type array        $tag__in                 An array of tag IDs (OR in).
     723     *     @type array        $tag__not_in             An array of tag IDs (NOT in).
    724724     *     @type int          $tag_id                  Tag id or comma-separated list of IDs.
    725725     *     @type array        $tag_slug__and           An array of tag slugs (AND in).
Note: See TracChangeset for help on using the changeset viewer.