Make WordPress Core

Ticket #44608: 44608.diff

File 44608.diff, 1.1 KB (added by dlh, 6 years ago)
  • src/wp-includes/class-wp-term-query.php

    diff --git a/src/wp-includes/class-wp-term-query.php b/src/wp-includes/class-wp-term-query.php
    index 5890bf714a..3fec7e26ff 100644
    a b class WP_Term_Query { 
    172172         *                                                Can be used in conjunction with `$meta_value`. Default empty.
    173173         *     @type string       $meta_value             Limit terms to those matching a specific metadata value.
    174174         *                                                Usually used in conjunction with `$meta_key`. Default empty.
    175          *     @type string       $meta_type              Type of object metadata is for (e.g., comment, post, or user).
    176          *                                                Default empty.
     175         *     @type string       $meta_type              MySQL data type that the `$meta_value` will be CAST to for
     176         *                                                comparisons. Default empty.
    177177         *     @type string       $meta_compare           Comparison operator to test the 'meta_value'. Default empty.
    178178         * }
    179179         */