diff --git a/src/wp-admin/export.php b/src/wp-admin/export.php index e073a24f2948a..1955f2b42e761 100644 --- a/src/wp-admin/export.php +++ b/src/wp-admin/export.php @@ -160,7 +160,7 @@ function export_date_options( $post_type = 'post' ) { } $month = zeroise( $date->month, 2 ); - echo ''; + echo ''; } } ?>