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:
6163a65
)
Update add_filter priority
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 27 Sep 2016 20:25:34 +0000
(16:25 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 27 Sep 2016 20:25:34 +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
53b04f7
..
adba05b
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-51,6
+51,6
@@
add_filter(
$content = $this->controller( 'dashboard', 'packaging', $member );
return $content;
},
- 1
1
,
+ 1
3
,
1
);