Fixed another missing single quote and now the header line for the short-code help.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 15 Nov 2016 19:06:41 +0000 (14:06 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 15 Nov 2016 19:06:41 +0000 (14:06 -0500)
setup/shortcodes.php

index a2abe8d..2276c82 100644 (file)
@@ -51,7 +51,7 @@
  *      '{shortcode-slug}' => array(
  *          'plugin' => '{plugin (add-on) slug}',       // Identifies which plugin is providing the short-code
  *          'menu' => '{menu name}',                    // Menu name in this context is simply where to find the action
- *          'action' => '{shortcode action name}      // Action used to execute this shortcode
+ *          'action' => '{shortcode action name}',      // Action used to execute this shortcode
  *          'table' => '{table prefix}{table name}',    // Database table where default attribute values are stored
  *          'attributes' => array(                      // An array of all shortcode attributes (options)
  *              '{attr name}' => '{field name}',        // Available attribute names and the database field names with the default value
@@ -62,6 +62,7 @@
  *
  * Shortcode descriptions sample
  *
+ *      <tr><th>Shortcode</th><th>Attribute</th><th>Description</th></tr>
  *      <tr>
  *           <th>[glm-members-sample-shortcode]</th>
  *           <td>&nbsp;</td>