diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php
index aba6745f21..7d4c770ffc 100644
--- a/wp-includes/widgets.php
+++ b/wp-includes/widgets.php
@@ -344,7 +344,7 @@ function wp_widget_archives($args) {
if($d) {
?>
-
+
@@ -539,13 +539,15 @@ function wp_widget_categories($args) {
$cat_args = "orderby=name&show_count={$c}&hierarchical={$h}";
if($d) {
- wp_dropdown_categories($cat_args);
+ wp_dropdown_categories($cat_args . '&show_option_none= ' . __('Select Category'));
?>
@@ -893,4 +895,4 @@ function wp_widgets_init() {
add_action('init', 'wp_widgets_init', 1);
-?>
\ No newline at end of file
+?>