From 209e17506d3050759705d71bb47787c90484cbed Mon Sep 17 00:00:00 2001 From: scribu Date: Wed, 15 Dec 2010 22:38:07 +0000 Subject: [PATCH] Revert to raw SQL query and HTML in export author dropdowns. Fixes #15786 git-svn-id: http://svn.automattic.com/wordpress/trunk@16972 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/export.php | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/wp-admin/export.php b/wp-admin/export.php index 69b6e11ec..8e238e13a 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -136,7 +136,16 @@ function export_date_options() {
  • - 'post_author', 'multi' => true, 'show_option_all' => __('All') ) ); ?> +
  • @@ -165,7 +174,16 @@ function export_date_options() {