This commit is contained in:
Ovidiu Liuta 2021-10-12 13:36:35 +03:00 committed by GitHub
parent 0f4161aff9
commit d6e0729c79
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ class ProductCategories extends AbstractDynamicBlock {
foreach ( $categories as $category ) {
$output .= '
<option value="' . esc_attr( get_term_link( $category->term_id, 'product_cat' ) ) . '">
' . str_repeat( '-', $depth ) . '
' . str_repeat( '&minus;', $depth ) . '
' . esc_html( $category->name ) . '
' . $this->getCount( $category, $attributes ) . '
</option>