diff --git a/woocommerce/global/quantity-input.php b/woocommerce/global/quantity-input.php index 5f5ebd6..f568258 100644 --- a/woocommerce/global/quantity-input.php +++ b/woocommerce/global/quantity-input.php @@ -10,15 +10,12 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ - * @author WooThemes - * @package WooCommerce/Templates - * @version 3.3.0 + * @see https://docs.woocommerce.com/document/template-structure/ + * @package WooCommerce/Templates + * @version 3.4.0 */ -if ( ! defined( 'ABSPATH' ) ) { - exit; -} +defined( 'ABSPATH' ) || exit; if ( $max_value && $min_value === $max_value ) { ?> @@ -27,10 +24,25 @@ if ( $max_value && $min_value === $max_value ) {
- - + +