mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-08 17:38:26 +01:00
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:
parent
d6865505d5
commit
f6b2797bd3
@ -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).
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user