Updated shortcode documentation format.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 26 Jul 2016 17:35:39 +0000 (13:35 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 26 Jul 2016 17:35:39 +0000 (13:35 -0400)
setup/shortcodes.php

index 0684bc5..2f76e2b 100644 (file)
@@ -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>&nbsp;</td>
@@ -129,6 +128,5 @@ $glmMembersSocialShortcodesDescription = '
             Displays a list of social url\'s.
         </td>
     </tr>
-</table>    
 ';