From 23b4a803c60b96ed9968418585f69f05e823f993 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 26 Jan 2018 10:29:46 -0500 Subject: [PATCH] Minor change to deactivate.php and removed old debug code from footer. --- deactivate.php | 4 ++-- views/front/footer.html | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/deactivate.php b/deactivate.php index 925b0ff..6b22014 100644 --- a/deactivate.php +++ b/deactivate.php @@ -48,13 +48,13 @@ class glmMembersPackagingPluginDeactivate */ public function __construct ($wpdb, $config) { - +/* // Save WordPress Database object $this->wpdb = $wpdb; // Save plugin configuration object $this->config = $config; - +*/ // Delete our version from WordPress Options delete_option('glmMembersDatabasePackagingPluginVersion'); } diff --git a/views/front/footer.html b/views/front/footer.html index f8b0015..9dd4f4e 100644 --- a/views/front/footer.html +++ b/views/front/footer.html @@ -1,10 +1,3 @@ - - - {if $frontDebug} - - {/if} - + \ No newline at end of file -- 2.17.1