projects
/
WP-Plugins
/
glm-member-db-leads.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5851865
)
Update add_filter priority
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 27 Sep 2016 20:25:54 +0000
(16:25 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 27 Sep 2016 20:25:54 +0000
(16:25 -0400)
To rearrange the dashboards
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
cdff438
..
ddd2941
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-43,6
+43,6
@@
add_filter(
$content = $this->controller( 'dashboard', 'leads', $member );
return $content;
},
- 1
1
,
+ 1
4
,
1
);