-
Task
-
Resolution: Fixed
-
Trivial
-
3.3
-
None
With the BBCode routines replaced in 3.2, a large chunk of code related to regexps can be removed from the ACP module in 3.3.
Replacing the regexps previously used to render custom BBCodes with non-matching, valid regexps has two immediate effects:
- It prevents PHP warnings related to the e flag.
- It prevents custom BBCodes from being rendered at all in old posts until they are updated by the 3.2 reparser. Custom BBCodes will appear as plain text. Default BBCodes will work normally.
- obsoletes
-
PHPBB-13796 Revamp the BBCodes ACP
- Closed