From c788e4de248b5022f802ab8c78cd291c42eb6832 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 17 Jul 2017 15:53:22 -0400 Subject: [PATCH] Add required fields to help for member csv import Adding required fields to the help section for member CSV Import. --- setup/adminHooks.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index d9ab22f4..4b750b8d 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -327,6 +327,7 @@ function glm_admin_import_help_tab () { '

' . __( 'On most tabs, except for the Member Contacts, You\'ll see a checkbox for Clear data. You\'ll want to uncheck this if you don\'t want the import to clear out the original data.' ) . '

' + . '

Required Fields (member file)

' ) ); @@ -338,6 +339,7 @@ function glm_admin_import_help_tab () { galleries for each member. Make sure the "image" field contains a complete url for the image. You should also make sure the image is no larger than 800px wide.' ) . '

' + . '

Required Fields

' ) ); $screen->add_help_tab( @@ -346,7 +348,7 @@ function glm_admin_import_help_tab () { 'title' => __( 'Import Files' ), 'content' => '

' . __( 'This tab will allow you to import files for each member. Make sure the "file_url" field contains a complete url - for the file.' ) . '

' + for the file.' ) . '

' . '

Required Fields

' ) ); // Get help tabs from the other plugins using apply_filters. -- 2.17.1