Changeset 6633 for trunk/src/includes/admin/parser.php
- Timestamp:
- 07/25/2017 09:50:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/parser.php
r6212 r6633 1483 1483 $tag_body = $this->Internal_CollectTextReverse($output, count($output)-1, $end); 1484 1484 $this->Internal_CleanupWSByPoppingStack(@$rule['before_tag'], $this->stack); 1485 $this->Internal_UpdateParamsForMissingEndTag(@$token[BBCODE_STACK_TAG]);1485 @$this->Internal_UpdateParamsForMissingEndTag(@$token[BBCODE_STACK_TAG]); 1486 1486 $tag_output = $this->DoTag(BBCODE_OUTPUT, $name, 1487 1487 @$token[BBCODE_STACK_TAG]['_default'], @$token[BBCODE_STACK_TAG], $tag_body);
Note: See TracChangeset
for help on using the changeset viewer.