diff --git a/plugins/woocommerce/changelog/fix-43631 b/plugins/woocommerce/changelog/fix-43631 new file mode 100644 index 00000000000..2f77e1b664f --- /dev/null +++ b/plugins/woocommerce/changelog/fix-43631 @@ -0,0 +1,4 @@ +Significance: patch +Type: enhancement + +Add address title to edit/add buttons on My Account page diff --git a/plugins/woocommerce/templates/myaccount/my-address.php b/plugins/woocommerce/templates/myaccount/my-address.php index 8871ee493a0..7afa63209b0 100644 --- a/plugins/woocommerce/templates/myaccount/my-address.php +++ b/plugins/woocommerce/templates/myaccount/my-address.php @@ -12,7 +12,7 @@ * * @see https://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 8.7.0 + * @version 9.2.0 */ defined( 'ABSPATH' ) || exit; @@ -60,7 +60,15 @@ $col = 1;

- + + +