From 661f4fd237355322131d311588bc2295bf20848e Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 15 Nov 2016 14:06:41 -0500 Subject: [PATCH] Fixed another missing single quote and now the header line for the short-code help. --- setup/shortcodes.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/shortcodes.php b/setup/shortcodes.php index a2abe8d..2276c82 100644 --- a/setup/shortcodes.php +++ b/setup/shortcodes.php @@ -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 * + * ShortcodeAttributeDescription * * [glm-members-sample-shortcode] *   -- 2.17.1