Adding required fields for the help tab
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 17 Jul 2017 19:54:59 +0000 (15:54 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 17 Jul 2017 19:54:59 +0000 (15:54 -0400)
Adding required fields for the help tab for the member csv import for
social.

setup/adminTabs.php

index ea7fc11..6ad829b 100644 (file)
@@ -97,7 +97,7 @@ if (current_user_can('glm_members_members')) {
                 'title'   => __( 'Social Media' ),
                 'content' => '<p>' . __( 'Follow the Sample File provided in
                 creating the file for the member social media import. Each
-                record must have the "member_id" field' ) . '</p>'
+                record must have the "member_id" field. <h3>Required Fields</h3><ul><li>member_id</li></ul>' ) . '</p>'
             );
             return $helpTabs;
         }