From b796b90d68760cf0ffa014d045d25e0530591334 Mon Sep 17 00:00:00 2001 From: Gabriel Manussakis <9420947+Manussakis@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:15:08 -0300 Subject: [PATCH] [Accessibility] Add address title to edit/add buttons on My Account page (#49171) * Add address title to edit/add buttons on my account * Add chengelog file * Bump my-address template version * Use placeholder in the edit/add address translation * Replace sprintf with printf --- plugins/woocommerce/changelog/fix-43631 | 4 ++++ .../woocommerce/templates/myaccount/my-address.php | 12 ++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 plugins/woocommerce/changelog/fix-43631 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;

- + + +