projects
/
WP-Plugins
/
glm-member-db-contacts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d158887
)
Switch positions
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 3 Oct 2016 14:59:41 +0000
(10:59 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 3 Oct 2016 14:59:41 +0000
(10:59 -0400)
Switching lead and Contact dashboard positions.
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
ff39838
..
529bb74
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-50,7
+50,7
@@
add_filter(
$content = $this->controller( 'dashboard', 'contacts', $member );
return $content;
},
- 1
1
,
+ 1
4
,
1
);