Skip to content

Commit

Permalink
Correct param documentation for WP_Term_Query.
Browse files Browse the repository at this point in the history
The description of `$meta_type` introduced in [40053] was incorrect.

Props dlh.
Fixes #44608.

git-svn-id: https://develop.svn.wordpress.org/trunk@43559 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
boonebgorges committed Aug 8, 2018
1 parent 90a3ab5 commit ed2fff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-includes/class-wp-term-query.php
Expand Up @@ -172,8 +172,8 @@ class WP_Term_Query {
* Can be used in conjunction with `$meta_value`. Default empty.
* @type string $meta_value Limit terms to those matching a specific metadata value.
* Usually used in conjunction with `$meta_key`. Default empty.
* @type string $meta_type Type of object metadata is for (e.g., comment, post, or user).
* Default empty.
* @type string $meta_type MySQL data type that the `$meta_value` will be CAST to for
* comparisons. Default empty.
* @type string $meta_compare Comparison operator to test the 'meta_value'. Default empty.
* }
*/
Expand Down

0 comments on commit ed2fff6

Please sign in to comment.