Changeset 40053
- Timestamp:
- 02/10/2017 02:27:36 AM (8 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r39675 r40053 174 174 * See `WP_Meta_Query`. Default empty. 175 175 * @type string $meta_key Limit terms to those matching a specific metadata key. 176 * Can be used in conjunction with `$meta_value`. 176 * Can be used in conjunction with `$meta_value`. Default empty. 177 177 * @type string $meta_value Limit terms to those matching a specific metadata value. 178 * Usually used in conjunction with `$meta_key`. 178 * Usually used in conjunction with `$meta_key`. Default empty. 179 * @type string $meta_type Type of object metadata is for (e.g., comment, post, or user). 180 * Default empty. 181 * @type string $meta_compare Comparison operator to test the 'meta_value'. Default empty. 179 182 * } 180 183 */ -
trunk/src/wp-includes/taxonomy.php
r39893 r40053 1078 1078 * See `WP_Meta_Query`. Default empty. 1079 1079 * @type string $meta_key Limit terms to those matching a specific metadata key. Can be used in 1080 * conjunction with `$meta_value`. 1080 * conjunction with `$meta_value`. Default empty. 1081 1081 * @type string $meta_value Limit terms to those matching a specific metadata value. Usually used 1082 * in conjunction with `$meta_key`. 1082 * in conjunction with `$meta_key`. Default empty. 1083 * @type string $meta_type Type of object metadata is for (e.g., comment, post, or user). 1084 * Default empty. 1085 * @type string $meta_compare Comparison operator to test the 'meta_value'. Default empty. 1083 1086 * } 1084 1087 * @param array $deprecated Argument array, when using the legacy function parameter format. If present, this
Note: See TracChangeset
for help on using the changeset viewer.