From f27fc64e2e3f6cbb3c85ac9b2200aaf4c37de3c8 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 9 Jan 2019 14:54:11 +0000 Subject: [PATCH] Docs: Update `since` annotations for adding `LIKE` comparisons with meta keys. Previously introduced in [42768]. Fixes #42409. git-svn-id: https://develop.svn.wordpress.org/trunk@44518 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-meta-query.php | 2 +- src/wp-includes/class-wp-query.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-meta-query.php b/src/wp-includes/class-wp-meta-query.php index 239fcd0bf9..44f342322c 100644 --- a/src/wp-includes/class-wp-meta-query.php +++ b/src/wp-includes/class-wp-meta-query.php @@ -99,7 +99,7 @@ class WP_Meta_Query { * * @since 3.2.0 * @since 4.2.0 Introduced support for naming query clauses by associative array keys. - * @since 5.0.0 Introduced $compare_key clause parameter, which enables LIKE key matches. + * @since 5.1.0 Introduced $compare_key clause parameter, which enables LIKE key matches. * * @param array $meta_query { * Array of meta query clauses. When first-order clauses or sub-clauses use strings as diff --git a/src/wp-includes/class-wp-query.php b/src/wp-includes/class-wp-query.php index 49b7017ad0..02f2406479 100644 --- a/src/wp-includes/class-wp-query.php +++ b/src/wp-includes/class-wp-query.php @@ -604,7 +604,7 @@ class WP_Query { * Introduced `RAND(x)` syntax for `$orderby`, which allows an integer seed value to random sorts. * @since 4.6.0 Added 'post_name__in' support for `$orderby`. Introduced the `$lazy_load_term_meta` argument. * @since 4.9.0 Introduced the `$comment_count` parameter. - * @since 5.0.0 Introduced the `$meta_compare_key` parameter. + * @since 5.1.0 Introduced the `$meta_compare_key` parameter. * * @param string|array $query { * Optional. Array or string of Query parameters.