Fix error
This commit is contained in:
parent
f46c024862
commit
aa2ce1a1cc
|
@ -29,7 +29,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
<select name="attribute_<?php echo sanitize_title( $attribute->get_name() ) . "[{$loop}]"; ?>">
|
<select name="attribute_<?php echo sanitize_title( $attribute->get_name() ) . "[{$loop}]"; ?>">
|
||||||
<option value=""><?php
|
<option value=""><?php
|
||||||
/* translators: %s: attribute label */
|
/* translators: %s: attribute label */
|
||||||
echo sprintf( __( 'Any %s…', 'woocommerce' ), esc_html( wc_attribute_label( $attribute->get_name() ) ) ) )
|
echo sprintf( __( 'Any %s…', 'woocommerce' ), esc_html( wc_attribute_label( $attribute->get_name() ) ) );
|
||||||
?>…</option>
|
?>…</option>
|
||||||
<?php if ( $attribute->is_taxonomy() ) : ?>
|
<?php if ( $attribute->is_taxonomy() ) : ?>
|
||||||
<?php foreach ( $attribute->get_terms() as $option ) : ?>
|
<?php foreach ( $attribute->get_terms() as $option ) : ?>
|
||||||
|
|
Loading…
Reference in New Issue