projects
/
WP-Plugins
/
glm-member-db-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9557e67
)
Adding required fields for the help tab
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 17 Jul 2017 19:54:59 +0000
(15:54 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/setup/adminTabs.php
b/setup/adminTabs.php
index
ea7fc11
..
6ad829b
100644
(file)
--- a/
setup/adminTabs.php
+++ b/
setup/adminTabs.php
@@
-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;
}