From: Steve Sutton Date: Mon, 27 Aug 2018 19:02:17 +0000 (-0400) Subject: Add tel anchor to toll-free X-Git-Tag: v2.10.39^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2b26bd2d87f428832dedeb0a364074e1bc57a877;p=WP-Plugins%2Fglm-member-db.git Add tel anchor to toll-free Adding anchor for the phone numbers. --- diff --git a/views/front/members/list.html b/views/front/members/list.html index 4e582210..9d986ebb 100755 --- a/views/front/members/list.html +++ b/views/front/members/list.html @@ -164,7 +164,7 @@

{if $m.phone && $settings.list_map_show_phone}Phone: {apply_filters('glm_associate_phone_filter', $m.phone)}
{/if} - {if $m.toll_free && $settings.list_map_show_tollfree}{apply_filters('glm_associate_phone_filter', $m.toll_free)}
{/if} + {if $m.toll_free && $settings.list_map_show_tollfree}{apply_filters('glm_associate_phone_filter', $m.toll_free)}
{/if} {if $m.url && $settings.list_map_show_url}Website: {$m.url}
{/if} {if $m.email && $settings.list_map_show_email}E-Mail Address: {$m.email}
{/if} {if $m.region && $settings.list_map_show_region}Region: {$m.region}{/if}