We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c56dc commit c51106eCopy full SHA for c51106e
includes/Generator/Generator.php
@@ -70,7 +70,7 @@ protected static function generate_term_ids( $limit, $taxonomy, $name = '' ) {
70
}
71
72
$words = str_word_count( $name, 1 );
73
- $extra_terms = str_word_count( implode( ' ', self::$faker->department( $limit ) ), 1 );
+ $extra_terms = str_word_count( self::$faker->department( $limit ), 1 );
74
$words = array_merge( $words, $extra_terms );
75
76
if ( 'product_cat' === $taxonomy ) {
0 commit comments