diff --git a/wp-includes/class-wp-meta-query.php b/wp-includes/class-wp-meta-query.php index 69dde01ff0..df4c8c503e 100644 --- a/wp-includes/class-wp-meta-query.php +++ b/wp-includes/class-wp-meta-query.php @@ -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: - * - '=', + * - '=' * - '!=' * - '>' * - '>=' diff --git a/wp-includes/version.php b/wp-includes/version.php index 48b003c94e..330822c53c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.