From da083f165d48a5c9e000bd1bb45816a278856301 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sat, 3 Oct 2015 04:35:57 +0000 Subject: [PATCH] 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 --- src/wp-includes/query.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index 130be3073e..b93d0276ce 100644 --- a/src/wp-includes/query.php +++ b/src/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).