diff --git a/wp-includes/query.php b/wp-includes/query.php index 130be3073e..b93d0276ce 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -1560,7 +1560,6 @@ class WP_Query { * @type array $post_name__in An array of post slugs that results must match. * @type string $s Search keyword. * @type int $second Second of the minute. Default empty. Accepts numbers 0-60. - * @type array $search_terms Array of search terms. * @type bool $sentence Whether to search by phrase. Default false. * @type bool $suppress_filters Whether to suppress filters. Default false. * @type string $tag Tag slug. Comma-separated (either), Plus-separated (all). diff --git a/wp-includes/version.php b/wp-includes/version.php index 4170aaf77e..52a51442f3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34794'; +$wp_version = '4.4-alpha-34795'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.