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

    r53376 r53469  
    169169     *     @type string|string[] $meta_value                Meta value or values to filter by.
    170170     *     @type string          $meta_compare              MySQL operator used for comparing the meta value.
    171      *                                                      See WP_Meta_Query::__construct for accepted values and default value.
     171     *                                                      See WP_Meta_Query::__construct() for accepted values and default value.
    172172     *     @type string          $meta_compare_key          MySQL operator used for comparing the meta key.
    173      *                                                      See WP_Meta_Query::__construct for accepted values and default value.
     173     *                                                      See WP_Meta_Query::__construct() for accepted values and default value.
    174174     *     @type string          $meta_type                 MySQL data type that the meta_value column will be CAST to for comparisons.
    175      *                                                      See WP_Meta_Query::__construct for accepted values and default value.
     175     *                                                      See WP_Meta_Query::__construct() for accepted values and default value.
    176176     *     @type string          $meta_type_key             MySQL data type that the meta_key column will be CAST to for comparisons.
    177      *                                                      See WP_Meta_Query::__construct for accepted values and default value.
     177     *                                                      See WP_Meta_Query::__construct() for accepted values and default value.
    178178     *     @type array           $meta_query                An associative array of WP_Meta_Query arguments.
    179      *                                                      See WP_Meta_Query::__construct for accepted values.
     179     *                                                      See WP_Meta_Query::__construct() for accepted values.
    180180     *     @type int             $number                    Maximum number of comments to retrieve.
    181181     *                                                      Default empty (no limit).
Note: See TracChangeset for help on using the changeset viewer.