diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index c3983fe91..8d699d550 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -159,13 +159,14 @@ function get_nested_categories( $default = 0, $parent = 0 ) { function write_nested_categories( $categories ) { foreach ( $categories as $category ) { - echo '
  • "; + echo "\n", '
  • '; if ( $category['children'] ) { - echo ""; } + echo '
  • '; } }