From dc577d60723a5f0a2eaa40cfa9cd92f1f6f6dafb Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 24 Aug 2015 20:09:25 +0000 Subject: [PATCH] `WP_Query`: add changelog for the `title` param after [33706] Props dimadin. Fixes #33074. git-svn-id: https://develop.svn.wordpress.org/trunk@33722 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 fff57c25bf..92fbb4febd 100644 --- a/src/wp-includes/query.php +++ b/src/wp-includes/query.php @@ -1452,7 +1452,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.4.0 Introduced the `$post_name__in` parameter. + * @since 4.4.0 Introduced `$post_name__in` and `$title` parameters. * @access public * * @param string|array $query {