remove echo

This commit is contained in:
Siddharth Thevaril 2023-04-28 19:32:49 +05:30
parent b1a87d0c16
commit 9f277ad7f5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ $label = ! empty( $args['product_name'] ) ? sprintf( esc_html__( '%s quantity',
class="<?php echo esc_attr( join( ' ', (array) $classes ) ); ?>"
name="<?php echo esc_attr( $input_name ); ?>"
value="<?php echo esc_attr( $input_value ); ?>"
aria-label="<?php echo esc_attr_e( 'Product quantity', 'woocommerce' ); ?>"
aria-label="<?php esc_attr_e( 'Product quantity', 'woocommerce' ); ?>"
size="4"
min="<?php echo esc_attr( $min_value ); ?>"
max="<?php echo esc_attr( 0 < $max_value ? $max_value : '' ); ?>"