From f2e45169b49a8cf8278d9fca6ffe78ecf24fc9ad Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 15 Nov 2016 13:55:00 -0500 Subject: [PATCH] Added missing single quote in sample shortcode array. --- setup/shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1