Skip to:
Content

bbPress.org

Changeset 6888


Ignore:
Timestamp:
01/25/2019 07:43:44 PM (4 years ago)
Author:
johnjamesjacoby
Message:

Parser: revert error control operator change from r6887.

See also r6633 for original change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/parser.php

    r6887 r6888  
    14831483$tag_body = $this->Internal_CollectTextReverse($output, count($output)-1, $end);
    14841484$this->Internal_CleanupWSByPoppingStack(@$rule['before_tag'], $this->stack);
    1485 $this->Internal_UpdateParamsForMissingEndTag(@$token[BBCODE_STACK_TAG]);
     1485@$this->Internal_UpdateParamsForMissingEndTag(@$token[BBCODE_STACK_TAG]);
    14861486$tag_output = $this->DoTag(BBCODE_OUTPUT, $name,
    14871487@$token[BBCODE_STACK_TAG]['_default'], @$token[BBCODE_STACK_TAG], $tag_body);
Note: See TracChangeset for help on using the changeset viewer.