From: Anthony Talarico Date: Wed, 17 Oct 2018 14:58:24 +0000 (-0400) Subject: changing 'add new' to 'add' for the summary widget dashboard add new button X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=32e936d47c1c5c91134a83dfe39a0976c801ca3e;p=WP-Plugins%2Fglm-member-db-contacts.git changing 'add new' to 'add' for the summary widget dashboard add new button --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 7a3e685..ff2d673 100644 --- 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' => '',