From: Steve Sutton
Date: Tue, 18 Jul 2017 19:04:31 +0000 (-0400)
Subject: Update help text for import and update import region sample file.
X-Git-Tag: v2.10.0^2~2
X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c741264c17566a7dc6783fa7dde403c6204ce9a2;p=WP-Plugins%2Fglm-member-db.git
Update help text for import and update import region sample file.
Update the help text for imports.
Update the region sample file.
---
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
'
)
);