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:
ff497ba
)
Updated shortcode documentation format.
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 26 Jul 2016 17:35:39 +0000
(13:35 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 26 Jul 2016 17:35:39 +0000
(13:35 -0400)
setup/shortcodes.php
patch
|
blob
|
history
diff --git
a/setup/shortcodes.php
b/setup/shortcodes.php
index
0684bc5
..
2f76e2b
100644
(file)
--- a/
setup/shortcodes.php
+++ b/
setup/shortcodes.php
@@
-120,8
+120,7
@@
$glmMembersSocialShortcodes = array(
);
$glmMembersSocialShortcodesDescription = '
-<table id="glm-table-shortcodes-social" class="glm-admin-table glm-shortcodes-table glm-hidden">
- <tr><th>Shortcode</th><th>Attribute</th><th>Description</th></tr>
+ <tr><th>Shortcode</th><th>Attribute</th><th>Description</th></tr>
<tr>
<th>[glm-members-social-list]</th>
<td> </td>
@@
-129,6
+128,5
@@
$glmMembersSocialShortcodesDescription = '
Displays a list of social url\'s.
</td>
</tr>
-</table>
';