Make WordPress Core

Changes between Version 3 and Version 8 of Ticket #57891


Ignore:
Timestamp:
03/08/2023 11:35:00 PM (2 years ago)
Author:
azaozz
Comment:

Confirmed. Happens because the .css files in wp-includes/blocks/ are cleaned together with the other CSS files, but are built earlier by Webpack.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57891

    • Property Owner set to azaozz
    • Property Status changed from new to assigned
    • Property Milestone changed from Awaiting Review to 6.2
  • Ticket #57891 – Description

    v3 v8  
    10102. Copy the `build/` folder to a new location, and set it up as a new site.
    11113. After configuring the site, add a few test posts.
    12 4. 🐞 With TT3 active (should be by default), load the site frontend, and observe that posts are displayed in a list, rather than columns.
    13 5. 🐞 Try testing with other block themes.
     124. With TT3 active (should be by default), load the site frontend, and observe that posts are displayed in a list, rather than columns.
     135. Try testing with other block themes.
    1414
    1515=== Expected Results
    1616When testing a patch to validate it works as expected:
    17 - The frontend of the site should render like that represented in the backend editor.
     17- The frontend of the site should render like that represented in the backend editor.
    1818
    1919When reproducing a bug:
    20 - The frontend of the site renders with posts in a list, and site navigation broken.
     20- The frontend of the site renders with posts in a list, and site navigation broken.
    2121
    2222=== Supplemental Artifacts