diff --git a/wp-admin/export.php b/wp-admin/export.php index ce76af477..b765fa02f 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -170,7 +170,7 @@ function export_date_options() { get_col( "SELECT DISTINCT post_author FROM {$wpdb->posts} WHERE post_type = 'page'" ); - wp_dropdown_users( array( 'include' => $authors, 'name' => 'post_author', 'multi' => true, 'show_option_all' => __('All') ) ); + wp_dropdown_users( array( 'include' => $authors, 'name' => 'page_author', 'multi' => true, 'show_option_all' => __('All') ) ); ?>