#55279 closed defect (bug) (invalid)
5.9.1 introduced bug of numerious <style>. wp-container-xxxxx etc</style> in html
Reported by: | carasmo | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 5.9.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
In 5.9.0 this does not happen, however in 5.9.1 a bazillion <style>. wp-container-xxxxx ...</style> in the html. With each refresh more are added. Logged in or not logged in. With zero plugins.
Attachments (1)
Change History (5)
#3
@
3 years ago
Hopefully WPEngine/StudioPress will correct this. In my child theme functions I've added the following to correct this:
//Fixes 5.9.1 bug in Genesis
remove_filter( 'render_block', 'wp_render_layout_support_flag', 10, 2 );
Version 0, edited 3 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
It's Genesis framework. I have just checked with the 2022 theme and this bug is not there but as soon as I change the active theme to the Genesis parent theme, it's there.