diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index b816dbdb1c..12fc727148 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -207,7 +207,7 @@ function get_the_category_list( $separator = '', $parents='', $post_id = false ) $i = 0; foreach ( $categories as $category ) { if ( 0 < $i ) - $thelist .= $separator . ' '; + $thelist .= $separator; switch ( strtolower( $parents ) ) { case 'multiple': if ( $category->parent )