diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 78cb3d200a..e86e19d8e1 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -334,21 +334,32 @@ function wp_widget_archives($args) { extract($args); $options = get_option('widget_archives'); $c = $options['count'] ? '1' : '0'; + $d = $options['dropdown'] ? '1' : '0'; $title = empty($options['title']) ? __('Archives') : $options['title']; + + echo $before_widget; + echo $before_title . $title . $after_title; + + if($d) { ?> - - - - + + +

+

- - - - + + + + +

+

\ No newline at end of file +?>