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:
c5def26
)
Update help tab text
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 7 Jul 2017 15:46:47 +0000
(11:46 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 7 Jul 2017 15:46:47 +0000
(11:46 -0400)
update the help content for what is required.
setup/adminTabs.php
patch
|
blob
|
history
diff --git
a/setup/adminTabs.php
b/setup/adminTabs.php
index
52beb4b
..
ad8f0f6
100644
(file)
--- a/
setup/adminTabs.php
+++ b/
setup/adminTabs.php
@@
-109,7
+109,7
@@
if (current_user_can('glm_members_management')) {
'title' => __( 'Member Contacts' ),
'content' => '<p>' . __( 'Follow the Sample File provided in creating the file for member contact import.
Each record must have the following fields. <ul><li>member_id</li><li>member_name</li><li>member_login</li>
- <li>memberpasswd</li><li>member_email</li></ul>' ) . '</p>'
+ <li>member
_
passwd</li><li>member_email</li></ul>' ) . '</p>'
);
return $helpTabs;
}