Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #65449


Ignore:
Timestamp:
06/11/2026 03:46:16 PM (2 months ago)
Author:
sabernhardt
Comment:

This is already tracked on #65286, and it has a hotfix.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65449

    • Property Milestone Awaiting Review
    • Property Resolutionduplicate
    • Property Status newclosed
  • Ticket #65449 – Description

    initial v1  
    11Sice Version 7 there is a error in this code:
    22
     3{{{
    34#major-publishing-actions {
    45    padding: 10px;
     
    1011    justify-content: space-between;
    1112}
     13}}}
    1214
    13 
    14 
    15 The Display code should not to be flex. It worked fine with display: block;
     15The Display code should not to be flex. It worked fine with `display: block;`