[wp-trac] [WordPress Trac] #27780: Widget Customizer: Before and after widget check!
    WordPress Trac 
    noreply at wordpress.org
       
    Sun Apr 13 13:17:01 UTC 2014
    
    
  
#27780: Widget Customizer: Before and after widget check!
--------------------------+--------------------
 Reporter:  jetonr        |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.9
Component:  Widgets       |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+--------------------
Comment (by jetonr):
 Hi @westonruter and @SergeyBiryukov this is the code that registers the
 sidebar and I it is registered with 'widgets_init' hook!
    register_sidebar(array(
         'name'          => 'Home Widget Area',
         'id'            => 'home_page',
         'description'   => 'Add Multiple Home Widgets to this Area',
         'before_title'  => '',
         'after_title'   => '',
         'before_widget' => '',
         'after_widget'  => ''
     ));
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27780#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list