Make WordPress Core


Ignore:
Timestamp:
06/06/2022 10:49:22 AM (4 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-query.php

    r53375 r53469  
    669669         *     @type string|string[] $meta_value              Meta value or values to filter by.
    670670         *     @type string          $meta_compare            MySQL operator used for comparing the meta value.
    671          *                                                    See WP_Meta_Query::__construct for accepted values and default value.
     671         *                                                    See WP_Meta_Query::__construct() for accepted values and default value.
    672672         *     @type string          $meta_compare_key        MySQL operator used for comparing the meta key.
    673          *                                                    See WP_Meta_Query::__construct for accepted values and default value.
     673         *                                                    See WP_Meta_Query::__construct() for accepted values and default value.
    674674         *     @type string          $meta_type               MySQL data type that the meta_value column will be CAST to for comparisons.
    675          *                                                    See WP_Meta_Query::__construct for accepted values and default value.
     675         *                                                    See WP_Meta_Query::__construct() for accepted values and default value.
    676676         *     @type string          $meta_type_key           MySQL data type that the meta_key column will be CAST to for comparisons.
    677          *                                                    See WP_Meta_Query::__construct for accepted values and default value.
     677         *                                                    See WP_Meta_Query::__construct() for accepted values and default value.
    678678         *     @type array           $meta_query              An associative array of WP_Meta_Query arguments.
    679          *                                                    See WP_Meta_Query::__construct for accepted values.
     679         *                                                    See WP_Meta_Query::__construct() for accepted values.
    680680         *     @type int             $menu_order              The menu order of the posts.
    681681         *     @type int             $minute                  Minute of the hour. Default empty. Accepts numbers 0-59.
     
    753753         *                                                    true. Note: a string of comma-separated IDs will NOT work.
    754754         *     @type array           $tax_query               An associative array of WP_Tax_Query arguments.
    755          *                                                    See WP_Tax_Query->__construct().
     755         *                                                    See WP_Tax_Query::__construct().
    756756         *     @type string          $title                   Post title.
    757757         *     @type bool            $update_post_meta_cache  Whether to update the post meta cache. Default true.
Note: See TracChangeset for help on using the changeset viewer.