diff --git a/src/wp-includes/widgets.php b/src/wp-includes/widgets.php
index d113659..4343486 100644
a
|
b
|
function register_sidebar($args = array()) { |
712 | 712 | 'id' => "sidebar-$i", |
713 | 713 | 'description' => '', |
714 | 714 | 'class' => '', |
715 | | 'before_widget' => '<li id="%1$s" class="widget %2$s">', |
716 | | 'after_widget' => "</li>\n", |
| 715 | 'before_widget' => '<div id="%1$s" class="widget %2$s">', |
| 716 | 'after_widget' => "</div>\n", |
717 | 717 | 'before_title' => '<h2 class="widgettitle">', |
718 | 718 | 'after_title' => "</h2>\n", |
719 | 719 | ); |