`WP_Query`: add changelog for the `title` param after [33706]

Props dimadin.
Fixes #33074.

Built from https://develop.svn.wordpress.org/trunk@33722


git-svn-id: http://core.svn.wordpress.org/trunk@33689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-08-24 20:10:26 +00:00
parent d2517984e0
commit d345a6012c
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33720';
$wp_version = '4.4-alpha-33722';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.