#6634 closed defect (bug) (fixed)
code snippet posts being modified by the block editor
| Reported by: | missveronicatv | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Issues with the new editor are being tracked here: #6608