Quantcast
Channel: WordPress.org Forums » [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Support
Viewing all articles
Browse latest Browse all 42467

ptbello on "[Plugin: WordPress SEO by Yoast] Stopwords aren't filtered out"

$
0
0

WordPress version: 3.5.1
WordPress SEO version: 1.4.7

I did this:
Created a post with a title full of stopwords

I expected the plugin to do this:
Filter out the stopwords

Instead it did this:
Didn't filter out the stopwords

The bug is caused by a typo in
/wordpress-seo/admin/class-admin.php; line 528 is
$clean_slug_array = array_diff( explode( " ", $clean_slug ), $this->stopwords() );
but should be
$clean_slug_array = array_diff( explode( "-", $clean_slug ), $this->stopwords() );
(explode separator argument is a blank space but should be a hyphen)

http://wordpress.org/extend/plugins/wordpress-seo/


Viewing all articles
Browse latest Browse all 42467

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>