input to button for submit in class-wc-widget-layered-nav.php

This commit is contained in:
Gerhard Potgieter 2017-11-07 10:56:36 +02:00
parent 364d266def
commit 21377fe5a7
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ class WC_Widget_Layered_Nav extends WC_Widget {
echo '</select>';
if ( $multiple ) {
echo '<input class="woocommerce-widget-layered-nav-dropdown__submit" type="submit" value="' . esc_attr__( 'Apply', 'woocommerce' ) . '" />';
echo '<button class="woocommerce-widget-layered-nav-dropdown__submit" type="submit" value="' . esc_attr__( 'Apply', 'woocommerce' ) . '">' . esc_html__( 'Apply', 'woocommerce' ) . '</button>';
}
if ( 'or' === $query_type ) {