From c741264c17566a7dc6783fa7dde403c6204ce9a2 Mon Sep 17 00:00:00 2001
From: Steve Sutton
Date: Tue, 18 Jul 2017 15:04:31 -0400
Subject: [PATCH] Update help text for import and update import region sample
file.
Update the help text for imports.
Update the region sample file.
---
sample-files/regionData.csv | 4 ++--
setup/adminHooks.php | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/sample-files/regionData.csv b/sample-files/regionData.csv
index d248912c..68fd09b0 100644
--- a/sample-files/regionData.csv
+++ b/sample-files/regionData.csv
@@ -1,3 +1,3 @@
id,name
-30,Testing
-31,.
+30,Local
+31,Out of Town
diff --git a/setup/adminHooks.php b/setup/adminHooks.php
index 18000e16..68e8043e 100644
--- a/setup/adminHooks.php
+++ b/setup/adminHooks.php
@@ -326,7 +326,8 @@ function glm_admin_import_help_tab () {
Social)' ) . '
' .
'' . __( '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.' ) . '
'
+ don\'t want the import to clear out the original data. ' ) . ''
+ . ' All fields are required for Amenity, Category, City, Region, County files.
'
. 'Required Fields (member file)
'
)
@@ -338,7 +339,7 @@ function glm_admin_import_help_tab () {
'content' => '' . __( 'This tab will allow you to import photo
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.' ) . '
'
+ no larger than 800px wide.' ) . ''
. 'Required Fields
'
)
);
--
2.17.1