mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
Correct param documentation for WP_Term_Query
.
The description of `$meta_type` introduced in [40053] was incorrect. Props dlh. Merges [43559] to the 5.0 branch. Fixes #44608. Built from https://develop.svn.wordpress.org/branches/5.0@43689 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43518 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3810f7a3ef
commit
d3fb6d96c4
@ -172,8 +172,8 @@ class WP_Term_Query {
|
|||||||
* Can be used in conjunction with `$meta_value`. Default empty.
|
* Can be used in conjunction with `$meta_value`. Default empty.
|
||||||
* @type string $meta_value Limit terms to those matching a specific metadata value.
|
* @type string $meta_value Limit terms to those matching a specific metadata value.
|
||||||
* Usually used in conjunction with `$meta_key`. Default empty.
|
* 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).
|
* @type string $meta_type MySQL data type that the `$meta_value` will be CAST to for
|
||||||
* Default empty.
|
* comparisons. Default empty.
|
||||||
* @type string $meta_compare Comparison operator to test the 'meta_value'. Default empty.
|
* @type string $meta_compare Comparison operator to test the 'meta_value'. Default empty.
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-43688';
|
$wp_version = '5.0-alpha-43689';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user