Make WordPress Core

Changeset 58032


Ignore:
Timestamp:
04/22/2024 08:23:58 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Typo corrections in class WP_Meta_Query.

Props truptikanzariya.
Fixes #61051.
See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-meta-query.php

    r56549 r58032  
    124124         *                                            - 'REGEXP'
    125125         *                                            - 'NOT REGEXP'
    126          *                                            - 'RLIKE',
     126         *                                            - 'RLIKE'
    127127         *                                            - 'EXISTS' (alias of '=')
    128128         *                                            - 'NOT EXISTS' (alias of '!=')
     
    133133         *         @type string|string[] $value       Meta value or values to filter by.
    134134         *         @type string          $compare     MySQL operator used for comparing the $value. Accepts:
    135          *                                            - '=',
     135         *                                            - '='
    136136         *                                            - '!='
    137137         *                                            - '>'
Note: See TracChangeset for help on using the changeset viewer.