From 2d2b97f115dc290225515f1100df87a4abebb7af Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 22 Apr 2024 20:25:08 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-meta-query.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.