[wp-trac] [WordPress Trac] #45387: Valid HTML get mangled on the frontend

WordPress Trac noreply at wordpress.org
Wed Nov 1 12:39:31 UTC 2023


#45387: Valid HTML get mangled on the frontend
--------------------------+------------------------------
 Reporter:  youknowriad   |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Editor        |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by allocater):

 Still happening in WordPress 2023. I inverted my logic


 {{{
 if(a && b)

 }}}

 became


 {{{
 if(!(a || b))
 }}}


 since only & is affected 🤷‍♂️

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/45387#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list