[wp-trac] [WordPress Trac] #38244: Class name of the widget title is incorrect
WordPress Trac
noreply at wordpress.org
Thu Oct 6 16:09:21 UTC 2016
#38244: Class name of the widget title is incorrect
--------------------------+-----------------------------
Reporter: youthkee | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
There is an incorrect class name of the widget title at
/wp-includes/widgets.php line 250
{{{
'before_title' => '<h2 class="widgettitle">',
}}}
I think this should be as below to be applied default CSS styles.
{{{
'before_title' => '<h2 class="widget-title">',
}}}
It can be checked as accessing 404.php by some themes such as
“Underscores”.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38244>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list