Merge pull request #4579 from schellmax/patch-1

fixed typo in shortcode docs
This commit is contained in:
Loz Calver 2015-09-03 14:58:15 +01:00
commit 40619be0e6

View File

@ -187,7 +187,7 @@ Here is a summary of the callback parameter values based on some example shortco
$attributes => array();
$content => null;
$parser => ShortcodeParser instance,
$tagName => 'myshortcode')
$tagName => 'my_shortcode')
[my_shortcode,attribute="foo",other="bar"]