Make WordPress Core


Ignore:
Timestamp:
06/06/2022 10:49:22 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct method reference format in some DocBlocks.

This ensures that the methods are recognized by the WordPress Code Reference parser.

Follow-up to [7994], [25567], [27156], [28887], [49672], [52226].

Props dd32, audrasjb.
Fixes #55928.

File:
1 edited

Legend:

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

    r53376 r53469  
    182182     *     @type string|string[] $meta_value             Meta value or values to filter by.
    183183     *     @type string          $meta_compare           MySQL operator used for comparing the meta value.
    184      *                                                   See WP_Meta_Query::__construct for accepted values and default value.
     184     *                                                   See WP_Meta_Query::__construct() for accepted values and default value.
    185185     *     @type string          $meta_compare_key       MySQL operator used for comparing the meta key.
    186      *                                                   See WP_Meta_Query::__construct for accepted values and default value.
     186     *                                                   See WP_Meta_Query::__construct() for accepted values and default value.
    187187     *     @type string          $meta_type              MySQL data type that the meta_value column will be CAST to for comparisons.
    188      *                                                   See WP_Meta_Query::__construct for accepted values and default value.
     188     *                                                   See WP_Meta_Query::__construct() for accepted values and default value.
    189189     *     @type string          $meta_type_key          MySQL data type that the meta_key column will be CAST to for comparisons.
    190      *                                                   See WP_Meta_Query::__construct for accepted values and default value.
     190     *                                                   See WP_Meta_Query::__construct() for accepted values and default value.
    191191     *     @type array           $meta_query             An associative array of WP_Meta_Query arguments.
    192      *                                                   See WP_Meta_Query::__construct for accepted values.
     192     *                                                   See WP_Meta_Query::__construct() for accepted values.
    193193     * }
    194194     */
Note: See TracChangeset for help on using the changeset viewer.