* '{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
*
* Shortcode descriptions sample
*
+ * <tr><th>Shortcode</th><th>Attribute</th><th>Description</th></tr>
* <tr>
* <th>[glm-members-sample-shortcode]</th>
* <td> </td>