From 3b4c1e7dd6ca3a17b831168c1d535547bb8622ec Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Thu, 20 Aug 2015 15:59:30 +0000 Subject: [PATCH] WordPress 4.3 has just passed 2,222,222 downloads. (Fix typo in [33653].) git-svn-id: https://develop.svn.wordpress.org/trunk@33661 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index 85d7f80139..916913d1ce 100644 --- a/src/wp-includes/query.php +++ b/src/wp-includes/query.php @@ -1451,7 +1451,7 @@ class WP_Query { * @since 1.5.0 * @since 4.2.0 Introduced the ability to order by specific clauses of a `$meta_query`, by passing the clause's * array key to `$orderby`. - * @since 4.3.0 Introduced the `$post_name__in` parameter. + * @since 4.4.0 Introduced the `$post_name__in` parameter. * @access public * * @param string|array $query {