mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Remove search_terms from WP_Query doc block.
It's not actually a query param. Introduced in [28887]. git-svn-id: https://develop.svn.wordpress.org/trunk@34795 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user