mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #4579 from schellmax/patch-1
fixed typo in shortcode docs
This commit is contained in:
commit
40619be0e6
@ -187,7 +187,7 @@ Here is a summary of the callback parameter values based on some example shortco
|
|||||||
$attributes => array();
|
$attributes => array();
|
||||||
$content => null;
|
$content => null;
|
||||||
$parser => ShortcodeParser instance,
|
$parser => ShortcodeParser instance,
|
||||||
$tagName => 'myshortcode')
|
$tagName => 'my_shortcode')
|
||||||
|
|
||||||
[my_shortcode,attribute="foo",other="bar"]
|
[my_shortcode,attribute="foo",other="bar"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user