Make WordPress Core


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.