Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58366, comment 20


Ignore:
Timestamp:
05/23/2023 01:41:53 PM (3 years ago)
Author:
davidsjptimoney
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58366, comment 20

    initial v1  
    3535The other thing we noticed was that a table cell that wasn't properly closed (i.e. <tr><td></tr> instead of <tr><td></td></tr>) got a </p> injected, which caused layout issues.
    3636
    37 We use a customised twenty-twenty theme (not a child theme). Some of our site fell over with 6.2.1 but we got round that by encapsulating the shortcodes in the template within template parts, though I'm not clear if that is a sutainable solution, to judge from some of the other comments I've seen on here.
     37We use a customised twenty twenty-two theme (not a child theme). Some of our site fell over with 6.2.1 but we got round that by encapsulating the shortcodes in the template within template parts, though I'm not clear if that is a sutainable solution, to judge from some of the other comments I've seen on here.