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).