From 15249d5c9827491ff26a9a3a8772134ff83be567 Mon Sep 17 00:00:00 2001 From: scribu Date: Thu, 16 Dec 2010 00:02:36 +0000 Subject: [PATCH] Use wp_dropdown_users() in export.php again, due to [16974]. See #15786 git-svn-id: http://svn.automattic.com/wordpress/trunk@16975 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/export.php | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/wp-admin/export.php b/wp-admin/export.php index 8e238e13a..5b2fa615f 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() {