Ticket #39825: docs.2.patch
File docs.2.patch, 1.7 KB (added by , 8 years ago) |
---|
-
wp-includes/class-wp-term-query.php
176 176 * Can be used in conjunction with `$meta_value`. 177 177 * @type string $meta_value Limit terms to those matching a specific metadata value. 178 178 * Usually used in conjunction with `$meta_key`. 179 * @type string $meta_type Type of object metadata is for (e.g., comment, post, or user). 180 * @type string $meta_compare Comparison operator to test the 'meta_value'. 179 181 * } 180 182 */ 181 183 public function __construct( $query = '' ) { -
wp-includes/taxonomy.php
1080 1080 * conjunction with `$meta_value`. 1081 1081 * @type string $meta_value Limit terms to those matching a specific metadata value. Usually used 1082 1082 * in conjunction with `$meta_key`. 1083 * @type string $meta_type Type of object metadata is for (e.g., comment, post, or user). 1084 * @type string $meta_compare Comparison operator to test the 'meta_value'. 1083 1085 * } 1084 1086 * @param array $deprecated Argument array, when using the legacy function parameter format. If present, this 1085 1087 * parameter will be interpreted as `$args`, and the first function parameter will