From: Steve Sutton Date: Mon, 17 Jul 2017 19:54:59 +0000 (-0400) Subject: Adding required fields for the help tab X-Git-Tag: v1.1.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2b4c047ce7fd1b415acb0e4280f1ea7c6db23ba3;p=WP-Plugins%2Fglm-member-db-social.git Adding required fields for the help tab Adding required fields for the help tab for the member csv import for social. --- diff --git a/setup/adminTabs.php b/setup/adminTabs.php index ea7fc11..6ad829b 100644 --- a/setup/adminTabs.php +++ b/setup/adminTabs.php @@ -97,7 +97,7 @@ if (current_user_can('glm_members_members')) { 'title' => __( 'Social Media' ), 'content' => '

' . __( 'Follow the Sample File provided in creating the file for the member social media import. Each - record must have the "member_id" field' ) . '

' + record must have the "member_id" field.

Required Fields

' ) . '

' ); return $helpTabs; }