From d851061a62355abead6c0347c4c8de6eccfdc309 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: https://develop.svn.wordpress.org/trunk@16972 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 69b6e11ece..8e238e13a3 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() {