From: Steve Sutton Date: Fri, 7 Jul 2017 15:46:47 +0000 (-0400) Subject: Update help tab text X-Git-Tag: v1.1.0^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7f4ff979e918f200b863125273f3933ab6e14c55;p=WP-Plugins%2Fglm-member-db-contacts.git Update help tab text update the help content for what is required. --- diff --git a/setup/adminTabs.php b/setup/adminTabs.php index 52beb4b..ad8f0f6 100644 --- a/setup/adminTabs.php +++ b/setup/adminTabs.php @@ -109,7 +109,7 @@ if (current_user_can('glm_members_management')) { 'title' => __( 'Member Contacts' ), 'content' => '

' . __( 'Follow the Sample File provided in creating the file for member contact import. Each record must have the following fields.

' ) . '

' +
  • member_passwd
  • member_email
  • ' ) . '

    ' ); return $helpTabs; }