[wp-trac] [WordPress Trac] #22116: bug in dynamic_sidebar function

WordPress Trac wp-trac at lists.automattic.com
Mon Oct 8 08:48:24 UTC 2012


#22116: bug in dynamic_sidebar function
-------------------------------+------------------------------
 Reporter:  alexvorn2          |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Widgets            |     Version:  3.4.2
 Severity:  major              |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------------------

Comment (by SergeyBiryukov):

 Still can't reproduce. My steps:

 1. Created two sidebars: `widget-area-1` and `widget-area-2`, both named
 "Main Sidebar".
 2. Went to the Widgets screen, added "Archives" widgets to the first one
 and "Tag Cloud" widget to the second one.
 3. Refreshed the page, verified that the sidebars are completely
 independent in the admin.
 4. Verified that the sidebars are independent on the front end as well:
  * `dynamic_sidebar( 'widget-area-1' )` displays the first sidebar.
  * `dynamic_sidebar( 'widget-area-2' )` displays the second one.
  * `dynamic_sidebar( 'Main Sidebar' )` displays the one that was
 registered earlier.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22116#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list