
In der ./inlcudes/functions_search.php ist in Z. 100 ff die Funktion add_search_words() definiert.
Dort heißt es in Z. 247 - 250:
Code: Alles auswählen
if ( $mode == 'single' )
{
remove_common('single', 0.4, $word);
}
Gruß, Philipp
Code: Alles auswählen
if ( $mode == 'single' )
{
remove_common('single', 0.4, $word);
}