diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index 4600dc93e8..a1c0354774 100644 --- a/src/wp-includes/query.php +++ b/src/wp-includes/query.php @@ -2017,6 +2017,7 @@ class WP_Query { $words = explode( ',', _x( 'about,an,are,as,at,be,by,com,for,from,how,in,is,it,of,on,or,that,the,this,to,was,what,when,where,who,will,with,www', 'Comma-separated list of search stopwords in your language' ) ); + $stopwords = array(); foreach( $words as $word ) { $word = trim( $word, "\r\n\t " ); if ( $word )