summaryrefslogtreecommitdiffstats
path: root/wp-includes/class-wp-meta-query.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/class-wp-meta-query.php')
-rw-r--r--wp-includes/class-wp-meta-query.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/class-wp-meta-query.php b/wp-includes/class-wp-meta-query.php
index 69dde01..df4c8c5 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:
- * - '=',
+ * - '='
* - '!='
* - '>'
* - '>='