Docs: Typo corrections in class `WP_Meta_Query`.
Props truptikanzariya. Fixes #61051. See #60699. Built from https://develop.svn.wordpress.org/trunk@58032 git-svn-id: http://core.svn.wordpress.org/trunk@57498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
95533c6f68
commit
2d2b97f115
|
@ -123,7 +123,7 @@ class WP_Meta_Query {
|
||||||
* - 'NOT IN'
|
* - 'NOT IN'
|
||||||
* - 'REGEXP'
|
* - 'REGEXP'
|
||||||
* - 'NOT REGEXP'
|
* - 'NOT REGEXP'
|
||||||
* - 'RLIKE',
|
* - 'RLIKE'
|
||||||
* - 'EXISTS' (alias of '=')
|
* - 'EXISTS' (alias of '=')
|
||||||
* - 'NOT EXISTS' (alias of '!=')
|
* - 'NOT EXISTS' (alias of '!=')
|
||||||
* Default is 'IN' when `$key` is an array, '=' otherwise.
|
* Default is 'IN' when `$key` is an array, '=' otherwise.
|
||||||
|
@ -132,7 +132,7 @@ class WP_Meta_Query {
|
||||||
* comparisons. Default is ''.
|
* comparisons. Default is ''.
|
||||||
* @type string|string[] $value Meta value or values to filter by.
|
* @type string|string[] $value Meta value or values to filter by.
|
||||||
* @type string $compare MySQL operator used for comparing the $value. Accepts:
|
* @type string $compare MySQL operator used for comparing the $value. Accepts:
|
||||||
* - '=',
|
* - '='
|
||||||
* - '!='
|
* - '!='
|
||||||
* - '>'
|
* - '>'
|
||||||
* - '>='
|
* - '>='
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-alpha-58031';
|
$wp_version = '6.6-alpha-58032';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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