Fix error

This commit is contained in:
Mike Jolley 2016-11-09 17:29:28 +00:00
parent f46c024862
commit aa2ce1a1cc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<select name="attribute_<?php echo sanitize_title( $attribute->get_name() ) . "[{$loop}]"; ?>">
<option value=""><?php
/* translators: %s: attribute label */
echo sprintf( __( 'Any %s&hellip;', 'woocommerce' ), esc_html( wc_attribute_label( $attribute->get_name() ) ) ) )
echo sprintf( __( 'Any %s&hellip;', 'woocommerce' ), esc_html( wc_attribute_label( $attribute->get_name() ) ) );
?>&hellip;</option>
<?php if ( $attribute->is_taxonomy() ) : ?>
<?php foreach ( $attribute->get_terms() as $option ) : ?>