Remove `search_terms` from `WP_Query` doc block.

It's not actually a query param.

Introduced in [28887].
Built from https://develop.svn.wordpress.org/trunk@34795


git-svn-id: http://core.svn.wordpress.org/trunk@34760 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-10-03 04:36:27 +00:00
parent d6865505d5
commit f6b2797bd3
2 changed files with 1 additions and 2 deletions

View File

@ -1560,7 +1560,6 @@ class WP_Query {
* @type array $post_name__in An array of post slugs that results must match. * @type array $post_name__in An array of post slugs that results must match.
* @type string $s Search keyword. * @type string $s Search keyword.
* @type int $second Second of the minute. Default empty. Accepts numbers 0-60. * @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 $sentence Whether to search by phrase. Default false.
* @type bool $suppress_filters Whether to suppress filters. Default false. * @type bool $suppress_filters Whether to suppress filters. Default false.
* @type string $tag Tag slug. Comma-separated (either), Plus-separated (all). * @type string $tag Tag slug. Comma-separated (either), Plus-separated (all).

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.