[wp-trac] [WordPress Trac] #60731: error writing html class
WordPress Trac
noreply at wordpress.org
Fri Mar 8 13:33:58 UTC 2024
#60731: error writing html class
---------------------------+-----------------------------
Reporter: stefacchio | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 6.4.3
Severity: normal | Keywords:
Focuses: css, template |
---------------------------+-----------------------------
Error when writing the class "widget" in the "archives" widget in the
default sidebar.
BUG ERROR:
{{{
<aside id="archives" class"widget">
}}}
CORRECT:
{{{
<aside id="archives" class="widget"
}}}
In this bug, the class is not assigned.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60731>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list