diff --git a/wp-includes/query.php b/wp-includes/query.php index fff57c25bf..92fbb4febd 100644 --- a/wp-includes/query.php +++ b/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 { diff --git a/wp-includes/version.php b/wp-includes/version.php index 2a780c20b2..39f51ef11f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.