mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Simplify sentence on shortcodes
This commit is contained in:
parent
fe740515b4
commit
632e0e898d
@ -32,7 +32,7 @@ not have been parsed, and can optionally be fed back into the parser.
|
|||||||
* The ShortcodeParser instance used to parse the content.
|
* The ShortcodeParser instance used to parse the content.
|
||||||
* The shortcode tag name that was matched within the parsed content.
|
* The shortcode tag name that was matched within the parsed content.
|
||||||
|
|
||||||
For the shortcode to work, you need to register it with the `ShortcodeParser`. Assuming that you have placed our
|
For the shortcode to work, you need to register it with the `ShortcodeParser`. Assuming you've placed the
|
||||||
callback function in the `Page` class, you would need to make the following call from `_config.php`:
|
callback function in the `Page` class, you would need to make the following call from `_config.php`:
|
||||||
|
|
||||||
:::php
|
:::php
|
||||||
|
Loading…
Reference in New Issue
Block a user