Ticket #61051: 61051.patch
| File 61051.patch, 820 bytes (added by , 23 months ago) |
|---|
-
src/wp-includes/class-wp-meta-query.php
diff --git a/src/wp-includes/class-wp-meta-query.php b/src/wp-includes/class-wp-meta-query.php index 69dde01ff0..527a84eb5f 100644
a b class WP_Meta_Query { 123 123 * - 'NOT IN' 124 124 * - 'REGEXP' 125 125 * - 'NOT REGEXP' 126 * - 'RLIKE' ,126 * - 'RLIKE' 127 127 * - 'EXISTS' (alias of '=') 128 128 * - 'NOT EXISTS' (alias of '!=') 129 129 * Default is 'IN' when `$key` is an array, '=' otherwise.