Make WordPress Core

Ticket #61051: 61051.patch

File 61051.patch, 820 bytes (added by truptikanzariya, 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 { 
    123123         *                                            - 'NOT IN'
    124124         *                                            - 'REGEXP'
    125125         *                                            - 'NOT REGEXP'
    126          *                                            - 'RLIKE',
     126         *                                            - 'RLIKE'
    127127         *                                            - 'EXISTS' (alias of '=')
    128128         *                                            - 'NOT EXISTS' (alias of '!=')
    129129         *                                            Default is 'IN' when `$key` is an array, '=' otherwise.