[wp-meta] [Making WordPress.org] #6634: code snippet posts being modified by the block editor

Making WordPress.org noreply at wordpress.org
Fri Dec 16 21:28:21 UTC 2022


#6634: code snippet posts being modified by the block editor
----------------------------+--------------------
 Reporter:  missveronicatv  |      Owner:  (none)
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:
Component:  Support Forums  |   Keywords:
----------------------------+--------------------
 source code snippet line:

 {{{
 $link = ' <a href="' . $url . '" alt="' . $alt . '" title="' . $title .
 '">' . $linktext . '</a> ';
 }}}

 after posting in the support forum block editor:

 {{{
 $link = ' ' . $linktext . ' ';
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6634>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list