#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: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 5.9.1 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
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
@
4 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 4 years ago by
(next)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.