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:
4b31779
)
Switching positions
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 3 Oct 2016 15:00:56 +0000
(11:00 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 3 Oct 2016 15:00:56 +0000
(11:00 -0400)
Switch positions with member contact dashboard.
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
ddd2941
..
cdff438
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
4
,
+ 1
1
,
1
);