#6634 closed defect (bug) (fixed)
code snippet posts being modified by the block editor
Reported by: | missveronicatv | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
source code snippet line:
$link = ' <a href="' . $url . '" alt="' . $alt . '" title="' . $title . '">' . $linktext . '</a> ';
after posting in the support forum block editor:
$link = ' ' . $linktext . ' ';
Change History (3)
Note: See
TracTickets for help on using
tickets.
Issues with the new editor are being tracked here: #6608