From: Laury GvR Date: Thu, 4 Oct 2018 19:04:18 +0000 (-0400) Subject: Add button content changed to Add New X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=11da7a702e33c8399b07d08a4ffe56814cdb9168;p=WP-Plugins%2Fglm-member-db.git Add button content changed to Add New --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 199cc47f..9c6edfa6 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -482,7 +482,7 @@ add_filter( 'template' => 'buttons', 'buttons' => [ 'add-member' => [ - 'content' => 'Add Member', + 'content' => 'Add New', 'url' => $memberIndexPage . "&glm_action=memberEdit&option=add", 'classes' => '', 'data' => '',