[wp-trac] [WordPress Trac] #14256: register_sidebar() loses track of its widgets when moved

WordPress Trac wp-trac at lists.automattic.com
Thu Jan 13 07:24:32 UTC 2011


#14256: register_sidebar() loses track of its widgets when moved
--------------------------+----------------------
 Reporter:  wjm           |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Widgets       |     Version:  3.0
 Severity:  normal        |  Resolution:  wontfix
 Keywords:                |
--------------------------+----------------------
Changes (by mdawaffe):

 * status:  new => closed
 * resolution:   => wontfix
 * milestone:  Awaiting Review =>


Comment:

 This will break existing installations.

 Just register your sidebar with an explicit ID.

 {{{
 register_sidebar( array(
         'name' => __( 'Test Widget' ),
         'id' => 'test-widget',
 ) );
 }}}

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


More information about the wp-trac mailing list