[wp-trac] [WordPress Trac] #32119: sidebar with an uppercase in id
WordPress Trac
noreply at wordpress.org
Fri Apr 24 16:07:08 UTC 2015
#32119: sidebar with an uppercase in id
----------------------------------------+-----------------------------
Reporter: fantasyworld | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 4.2
Severity: normal | Keywords:
Focuses: javascript, administration |
----------------------------------------+-----------------------------
When I use "register_sidebar" with id include uppercase word. Like:
{{{
register_sidebar(array(
'name' => 'name',
'id' => 'sidezh_TW-1',
'description' => '',
'before_widget' => '<div class="sidebar-outer">',
'after_widget' => '</div></div>',
'before_title' => '<h3>',
'after_title' => '</h3><div class="sidebar-content">',
));
}}}
In the Widgets admin page, after I add a new widget in the sidebar area.
Reflash the Widgets admin page, the sidebar still had no widget.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32119>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list