diff --git a/wp-includes/functions.php b/wp-includes/functions.php index fb2136cad..b73790d91 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -676,9 +676,9 @@ function dropdown_categories($default = 0) { foreach($categories as $category) { ++$i; $category->cat_name = stripslashes($category->cat_name); - echo " "; }