mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #4607 from nickspiel/master
Changed extractTags from protected to public
This commit is contained in:
commit
43430e27cf
@ -240,7 +240,7 @@ class ShortcodeParser extends Object {
|
||||
* @return array - The list of tags found. When using an open/close pair, only one item will be in the array,
|
||||
* with "content" set to the text between the tags
|
||||
*/
|
||||
protected function extractTags($content) {
|
||||
public function extractTags($content) {
|
||||
$tags = array();
|
||||
|
||||
// Step 1: perform basic regex scan of individual tags
|
||||
|
Loading…
x
Reference in New Issue
Block a user