Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #64846


Ignore:
Timestamp:
03/12/2026 12:37:40 AM (2 months ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64846 – Description

    v2 v3  
    1515{{{
    1616<link rel='stylesheet' id='wp-block-library-css' href='http://localhost:8000/wp-includes/css/dist/block-library/style.css?ver=7.0-beta4-61919-src' media='all' />
     17}}}
     18
     19What's more is that I see the separate block styles //also// enqueued on top of the combined `wp-block-library` stylesheet:
     20
     21{{{
     22<link rel='stylesheet' id='wp-block-library-css' href='http://localhost:8000/wp-includes/css/dist/block-library/style.css?ver=7.0-beta4-61919-src' media='all' />
     23
     24<style id="wp-block-archives-inline-css">
     25.wp-block-archives {
     26  box-sizing: border-box;
     27}
     28
     29.wp-block-archives-dropdown label {
     30  display: block;
     31}
     32/*# sourceURL=http://localhost:8000/wp-includes/blocks/archives/style.css */
     33</style>
    1734}}}
    1835