From: Chuck Scott Date: Tue, 15 Nov 2016 19:06:41 +0000 (-0500) Subject: Fixed another missing single quote and now the header line for the short-code help. X-Git-Tag: v1.0.2^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=661f4fd237355322131d311588bc2295bf20848e;p=WP-Plugins%2Fglm-member-db-sample.git Fixed another missing single quote and now the header line for the short-code help. --- 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] *