[wp-trac] [WordPress Trac] #65353: Twenty Twenty-One: Quote block not displayed correctly

WordPress Trac noreply at wordpress.org
Thu May 28 18:10:05 UTC 2026


#65353: Twenty Twenty-One: Quote block not displayed correctly
-------------------------------+------------------------------
 Reporter:  miscwp             |       Owner:  (none)
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Bundled Theme      |     Version:  7.0
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:  ui, css
-------------------------------+------------------------------

Comment (by sabernhardt):

 I probably should recommend trying the [https://wordpress.org/plugins
 /load-combined-core-block-assets/ Load Combined Core Block Assets] plugin.
 If that corrects the display, it would be a strong indication that the two
 tickets are alike, and you could leave the plugin active.

 A custom plugin that includes the following hook could give clearer proof
 that the tickets are related; however, I do **NOT** think this code should
 remain active on your site after testing it.
 {{{
 <?php
 /*
 Plugin Name: Revert r61981 filters
 */

 function wptrac_revert_r61981_filters() {
         remove_action( 'wp_default_styles',
 'wp_load_classic_theme_block_styles_on_demand', 0 );
         add_action( 'init',
 'wp_load_classic_theme_block_styles_on_demand', 8 );
 }
 add_action( 'init', 'wptrac_revert_r61981_filters', 0 );
 }}}

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


More information about the wp-trac mailing list