#645 closed enhancement (fixed)
Make code-trick() in functions-formatting Pluggable
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8.2 |
| Component: | Back-end | Version: | 0.8 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Taken from dprice in http://bbpress.org/forums/topic/1131?replies=1:
Request: functions-fomatting.php code-trick() to be made pluggable.
Reason: So parsers such as ASCIIMath can do their replacements on things in backticks. Then I can make a plugin for MathML support ;)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [839]) put bb_code_trick() on the pre_post filter and remove it from bb_encode_bad(). Fixes #645