From 6b4331fe1c4d162bd108c914d8a20af0aed0fd6b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 6 Nov 2017 08:20:04 -0500 Subject: [PATCH] Remove member phone from event detail page. Removing per Charis request. Task #36937 --- index.php | 6 +++--- views/front/events/detail.html | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 5b0206e..ce1fffa 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.6.70 + * Version: 1.6.71 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ @@ -22,7 +22,7 @@ * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.6.70 + * @version 1.6.71 */ @@ -47,7 +47,7 @@ if (!defined('ABSPATH')) { * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.70'); +define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.71'); define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.4'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/front/events/detail.html b/views/front/events/detail.html index ce3474d..8f84d39 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -134,7 +134,6 @@ {if $event.member.addr1} {$event.member.addr1}
{/if} {if $event.member.city}{$event.member.city}{/if}{if $event.member.state.value}, {$event.member.state.value}{/if} {if $event.member.zip} {$event.member.zip} {/if} - {if $event.member.phone} {apply_filters('glm_associate_phone_filter', $event.member.phone)} {/if} {/if} {/if} -- 2.17.1