From 0db22e3c674c55e9bb736d36c66ff28adb12b7bb 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: https://develop.svn.wordpress.org/trunk@16975 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 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() {