diff --git a/wp-admin/export.php b/wp-admin/export.php
index 8e238e13a3..5b2fa615f8 100644
--- a/wp-admin/export.php
+++ b/wp-admin/export.php
@@ -136,16 +136,10 @@ function export_date_options() {
-
+ wp_dropdown_users( array( 'include' => $authors, 'name' => 'post_author', 'multi' => true, 'show_option_all' => __('All') ) );
+?>
@@ -174,16 +168,10 @@ function export_date_options() {
-
-
+ wp_dropdown_users( array( 'include' => $authors, 'name' => 'post_author', 'multi' => true, 'show_option_all' => __('All') ) );
+?>
-