From: Chuck Scott Date: Tue, 15 Nov 2016 18:55:00 +0000 (-0500) Subject: Added missing single quote in sample shortcode array. X-Git-Tag: v1.0.2^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f2e45169b49a8cf8278d9fca6ffe78ecf24fc9ad;p=WP-Plugins%2Fglm-member-db-sample.git Added missing single quote in sample shortcode array. --- diff --git a/setup/shortcodes.php b/setup/shortcodes.php index 8e0f462..a2abe8d 100644 --- a/setup/shortcodes.php +++ b/setup/shortcodes.php @@ -48,7 +48,7 @@ * The following is an explanation of this array. * * array( - * '{shortcode-slug} => array( + * '{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