projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
392dad8
)
Added code to enable/dissable member related data in GLM Associate widget in the...
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 21 Oct 2016 17:11:19 +0000
(13:11 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 21 Oct 2016 17:11:19 +0000
(13:11 -0400)
Added test for $settings.enable_members in conditional at top of page.
views/admin/dashboardWidget/index.html
patch
|
blob
|
history
diff --git
a/views/admin/dashboardWidget/index.html
b/views/admin/dashboardWidget/index.html
index
c866870
..
7453b02
100644
(file)
--- a/
views/admin/dashboardWidget/index.html
+++ b/
views/admin/dashboardWidget/index.html
@@
-1,5
+1,5
@@
-{if apply_filters('glm_members_permit_admin_widget_members', true)}
+{if
$settings.enable_members &&
apply_filters('glm_members_permit_admin_widget_members', true)}
{if $membersList}
<table class="wp-list-table glm-admin-table">
<tbody>