From: Laury GvR Date: Tue, 17 Jul 2018 19:28:11 +0000 (-0400) Subject: Spouse email now shows spouse email instead of spouse field X-Git-Tag: v1.0.27^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fac7acaea147491b1f2ebdb1cac6f2aa67ac00a5;p=WP-Themes%2Ftruenorthgolf.git Spouse email now shows spouse email instead of spouse field --- diff --git a/glm-member-db/views/front/members/list.html b/glm-member-db/views/front/members/list.html index 5f93a77..ce01ece 100644 --- a/glm-member-db/views/front/members/list.html +++ b/glm-member-db/views/front/members/list.html @@ -365,19 +365,19 @@ {if apply_filters('glm_custom_fields', 'spouse phone', $member.id)}
Spouse Phone: 
-
{apply_filters('glm_custom_fields', 'spouse phone', $member.id)}
+
{apply_filters('glm_custom_fields', 'spouse phone', $member.id)}
{/if} {if apply_filters('glm_custom_fields', 'spouse email', $member.id)}
Spouse Email: 
-
{apply_filters('glm_custom_fields', 'spouse', $member.id)}
+
{apply_filters('glm_custom_fields', 'spouse email', $member.id)}
{/if} {if apply_filters('glm_custom_fields', 'children', $member.id)}
Children: 
-
{apply_filters('glm_custom_fields', 'children', $member.id)}
+
{apply_filters('glm_custom_fields', 'children', $member.id)}
{/if}