From c599c5ecbeda1d7ef7a0c3c94bfb594bb4086aa8 Mon Sep 17 00:00:00 2001 From: Illimar Tambek Date: Tue, 17 Sep 2013 12:14:48 +0300 Subject: [PATCH] Add 'woocommerce_my_account_edit_address_title' filter --- templates/myaccount/form-edit-address.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/myaccount/form-edit-address.php b/templates/myaccount/form-edit-address.php index 1ab7c235537..3335f2cf53d 100644 --- a/templates/myaccount/form-edit-address.php +++ b/templates/myaccount/form-edit-address.php @@ -11,6 +11,8 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $woocommerce, $current_user; +$page_title = ( $load_address == 'billing' ) ? __( 'Billing Address', 'woocommerce' ) : __( 'Shipping Address', 'woocommerce' ); + get_currentuserinfo(); ?> @@ -24,7 +26,7 @@ get_currentuserinfo();
-

+

$field) :