From: Anthony Talarico Date: Wed, 19 Sep 2018 12:51:09 +0000 (-0400) Subject: removing the registration of the widget from config array X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b4ef4dd31df521d32b6f9509ef97b62eafacd31f;p=WP-Plugins%2Fglm-member-db-packaging.git removing the registration of the widget from config array --- diff --git a/index.php b/index.php index 7368919..8673187 100644 --- a/index.php +++ b/index.php @@ -166,9 +166,7 @@ function glmMembersRegisterPackaging($addOns) { 'dbScriptPath' => GLM_MEMBERS_PACKAGING_PLUGIN_DB_SCRIPTS, 'dbVersions' => $GLOBALS['glmMembersPackagingDbVersions'] ), - 'requiredPages' => $GLOBALS['glmMembersPackagingRequiredPages'], - 'dashboardWidget' => GLM_MEMBERS_PACKAGING_PLUGIN_SLUG . "-dashboard-widget" - + 'requiredPages' => $GLOBALS['glmMembersPackagingRequiredPages'] ); // Return the array with our data added