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