Merge pull request #4607 from nickspiel/master

Changed extractTags from protected to public
This commit is contained in:
Damian Mooyman 2015-09-17 14:07:33 +12:00
commit 43430e27cf

View File

@ -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