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:
36f547a
)
changing 'add new' to 'add' for the summary widget dashboard add new button
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 17 Oct 2018 14:58:24 +0000
(10:58 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 17 Oct 2018 14:58:24 +0000
(10:58 -0400)
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
7a3e685
..
ff2d673
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-187,7
+187,7
@@
add_filter(
'template' => 'buttons',
'buttons' => [
'add-event' => [
- 'content' => 'Add
Contact
',
+ 'content' => 'Add',
'url' => $contactsIndexPage . "&option=create",
'classes' => '',
'styles' => '',