Added missing single quote in sample shortcode array.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 15 Nov 2016 18:55:00 +0000 (13:55 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 15 Nov 2016 18:55:00 +0000 (13:55 -0500)
setup/shortcodes.php

index 8e0f462..a2abe8d 100644 (file)
@@ -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