projects
/
WP-Plugins
/
glm-member-db-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb135c
)
removing the registration of the widget from config array
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 19 Sep 2018 12:51:09 +0000
(08:51 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 19 Sep 2018 12:51:09 +0000
(08:51 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
7368919
..
8673187
100644
(file)
--- 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