From: Chuck Scott Date: Fri, 26 Jan 2018 15:29:46 +0000 (-0500) Subject: Minor change to deactivate.php and removed old debug code from footer. X-Git-Tag: v1.2.18^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=23b4a803c60b96ed9968418585f69f05e823f993;p=WP-Plugins%2Fglm-member-db-packaging.git Minor change to deactivate.php and removed old debug code from footer. --- 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