diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-includes/js/jquery/suggest.dev.js --- a/web/wp-includes/js/jquery/suggest.dev.js Thu Sep 16 15:45:36 2010 +0000 +++ b/web/wp-includes/js/jquery/suggest.dev.js Mon Nov 19 18:26:13 2012 +0100 @@ -120,7 +120,7 @@ if ( options.multiple ) { multipleSepPos = q.lastIndexOf(options.multipleSep); if ( multipleSepPos != -1 ) { - q = q.substr(multipleSepPos + options.multipleSep.length); + q = $.trim(q.substr(multipleSepPos + options.multipleSep.length)); } } if (q.length >= options.minchars) {