projects
/
WP-Plugins
/
glm-member-db-sample.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1684f13
)
Added missing single quote in sample shortcode array.
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 15 Nov 2016 18:55:00 +0000
(13:55 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 15 Nov 2016 18:55:00 +0000
(13:55 -0500)
setup/shortcodes.php
patch
|
blob
|
history
diff --git
a/setup/shortcodes.php
b/setup/shortcodes.php
index
8e0f462
..
a2abe8d
100644
(file)
--- 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