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:
e271b07
)
fixing the add event dashboard widget button url
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 19 Oct 2018 20:32:50 +0000
(16:32 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 19 Oct 2018 20:32:50 +0000
(16:32 -0400)
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
6c3bf66
..
493d9dc
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-288,7
+288,7
@@
add_filter(
[
'id' => 'add-event',
'content' => 'Add',
- 'url' => $events
IndexPage . "&option=create
",
+ 'url' => $events
ListPage . "&option=add&glm_action=list
",
'classes' => '',
'styles' => '',
'data' => ''