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:
audrasjb 2024-04-22 20:25:08 +00:00
parent 95533c6f68
commit 2d2b97f115
2 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ class WP_Meta_Query {
* - 'NOT IN'
* - 'REGEXP'
* - 'NOT REGEXP'
* - 'RLIKE',
* - 'RLIKE'
* - 'EXISTS' (alias of '=')
* - 'NOT EXISTS' (alias of '!=')
* Default is 'IN' when `$key` is an array, '=' otherwise.
@ -132,7 +132,7 @@ class WP_Meta_Query {
* comparisons. Default is ''.
* @type string|string[] $value Meta value or values to filter by.
* @type string $compare MySQL operator used for comparing the $value. Accepts:
* - '=',
* - '='
* - '!='
* - '>'
* - '>='

View File

@ -16,7 +16,7 @@
*
* @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.