diff --git a/woocommerce/cart/cart-empty.php b/woocommerce/cart/cart-empty.php index 0405d2b5d..36fa24d54 100644 --- a/woocommerce/cart/cart-empty.php +++ b/woocommerce/cart/cart-empty.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.0 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/cart/cart.php b/woocommerce/cart/cart.php index 538f81e2d..1a080bb21 100644 --- a/woocommerce/cart/cart.php +++ b/woocommerce/cart/cart.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.8.0 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/cart/proceed-to-checkout-button.php b/woocommerce/cart/proceed-to-checkout-button.php index 406bef897..61d17f7d0 100644 --- a/woocommerce/cart/proceed-to-checkout-button.php +++ b/woocommerce/cart/proceed-to-checkout-button.php @@ -14,7 +14,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.4.0 + * @version 7.0.1 */ // Exit if accessed directly. diff --git a/woocommerce/checkout/form-coupon.php b/woocommerce/checkout/form-coupon.php index a6ccf6d23..7ab602aa7 100644 --- a/woocommerce/checkout/form-coupon.php +++ b/woocommerce/checkout/form-coupon.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.4.4 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/checkout/form-pay.php b/woocommerce/checkout/form-pay.php index 032a24d5b..1626dac40 100644 --- a/woocommerce/checkout/form-pay.php +++ b/woocommerce/checkout/form-pay.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 5.2.0 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/checkout/payment.php b/woocommerce/checkout/payment.php index 2e48b6fd2..f37ae415a 100644 --- a/woocommerce/checkout/payment.php +++ b/woocommerce/checkout/payment.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.3 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/global/form-login.php b/woocommerce/global/form-login.php index a58b5bb49..0f458b564 100644 --- a/woocommerce/global/form-login.php +++ b/woocommerce/global/form-login.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 7.0.1 */ // Exit if accessed directly. @@ -35,7 +35,7 @@

- +

diff --git a/woocommerce/myaccount/form-edit-account.php b/woocommerce/myaccount/form-edit-account.php index d5bd70113..7bbb291f9 100644 --- a/woocommerce/myaccount/form-edit-account.php +++ b/woocommerce/myaccount/form-edit-account.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.0 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/myaccount/form-edit-address.php b/woocommerce/myaccount/form-edit-address.php index fe8abf904..e5f75a608 100644 --- a/woocommerce/myaccount/form-edit-address.php +++ b/woocommerce/myaccount/form-edit-address.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/myaccount/form-login.php b/woocommerce/myaccount/form-login.php index fdb2f2f62..1815d6949 100644 --- a/woocommerce/myaccount/form-login.php +++ b/woocommerce/myaccount/form-login.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 6.0.0 + * @version 7.0.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/myaccount/form-lost-password.php b/woocommerce/myaccount/form-lost-password.php index 1ad7f48d9..c2c9a407d 100644 --- a/woocommerce/myaccount/form-lost-password.php +++ b/woocommerce/myaccount/form-lost-password.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.2 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/myaccount/form-reset-password.php b/woocommerce/myaccount/form-reset-password.php index 381bad717..0db185ec5 100644 --- a/woocommerce/myaccount/form-reset-password.php +++ b/woocommerce/myaccount/form-reset-password.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.5 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/myaccount/orders.php b/woocommerce/myaccount/orders.php index 7a8eb06f8..0bd6d0870 100644 --- a/woocommerce/myaccount/orders.php +++ b/woocommerce/myaccount/orders.php @@ -14,7 +14,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.7.0 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/product-searchform.php b/woocommerce/product-searchform.php index 89e641669..9da14227b 100644 --- a/woocommerce/product-searchform.php +++ b/woocommerce/product-searchform.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.3.0 + * @version 7.0.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/woocommerce/single-product/add-to-cart/simple.php b/woocommerce/single-product/add-to-cart/simple.php index f78d079bd..ef73002f9 100644 --- a/woocommerce/single-product/add-to-cart/simple.php +++ b/woocommerce/single-product/add-to-cart/simple.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.4.0 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php b/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php index 6f92c5a6a..9f393cf25 100644 --- a/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php +++ b/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php @@ -4,7 +4,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.4.0 + * @version 7.0.1 */ defined( 'ABSPATH' ) || exit;