Making WordPress.org

Opened 23 months ago

Closed 23 months ago

Last modified 23 months ago

#6634 closed defect (bug) (fixed)

code snippet posts being modified by the block editor

Reported by: missveronicatv's profile 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)

#1 @Otto42
23 months ago

  • Resolution set to duplicate
  • Status changed from new to closed

Issues with the new editor are being tracked here: #6608

#3 @Otto42
23 months ago

  • Resolution changed from duplicate to fixed

This appears to be fixed by the upstream changes.

Note: See TracTickets for help on using tickets.