From e23926d4cf784768567321191ac83d62a7f41cf7 Mon Sep 17 00:00:00 2001 From: Matt Cromwell Date: Wed, 16 Dec 2020 17:38:24 -0800 Subject: [PATCH] Fix phone field markup The markup of the phone field on the donor profile was breaking the ability to add/edit mailing addresses. I believe it was related to the `ID` of that field. This cleans up the markup and removes that ID for now. --- donors/add-donor-meta.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/donors/add-donor-meta.php b/donors/add-donor-meta.php index af2d9b6..9119b5c 100644 --- a/donors/add-donor-meta.php +++ b/donors/add-donor-meta.php @@ -1,9 +1,4 @@

@@ -83,16 +78,16 @@ function give_save_donor_phone_number( $donation_id ){ function give_show_donor_phone_numbers( $donor ) { $phone_numbers = $donor->get_meta( 'give_phone', false ); ?> -

+

- +

-
+