Make WordPress Core

Changeset 44518


Ignore:
Timestamp:
01/09/2019 02:54:11 PM (6 years ago)
Author:
desrosj
Message:

Docs: Update since annotations for adding LIKE comparisons with meta keys.

Previously introduced in [42768].

Fixes #42409.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r43571 r44518  
    100100     * @since 3.2.0
    101101     * @since 4.2.0 Introduced support for naming query clauses by associative array keys.
    102      * @since 5.0.0 Introduced $compare_key clause parameter, which enables LIKE key matches.
     102     * @since 5.1.0 Introduced $compare_key clause parameter, which enables LIKE key matches.
    103103     *
    104104     * @param array $meta_query {
  • trunk/src/wp-includes/class-wp-query.php

    r44456 r44518  
    605605     * @since 4.6.0 Added 'post_name__in' support for `$orderby`. Introduced the `$lazy_load_term_meta` argument.
    606606     * @since 4.9.0 Introduced the `$comment_count` parameter.
    607      * @since 5.0.0 Introduced the `$meta_compare_key` parameter.
     607     * @since 5.1.0 Introduced the `$meta_compare_key` parameter.
    608608     *
    609609     * @param string|array $query {
Note: See TracChangeset for help on using the changeset viewer.