From 83ce9d97614c8cdbcfd924ce05a3b217d01d11b5 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 21 May 2010 21:39:35 +0000 Subject: [PATCH] Less clunky export UI. see #10317 git-svn-id: https://develop.svn.wordpress.org/trunk@14794 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/export.php | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/wp-admin/export.php b/wp-admin/export.php index 4cd0a2b73c..13f721cd3c 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -64,17 +64,21 @@ if ( $monthyears = $wpdb->get_results("SELECT DISTINCT YEAR(post_date) AS `year`

-

+

- - + + + + + - + - - -'; } ?> - - - + - +
+
- + +
true ), 'objects' ) as $tax_obj ) { $term_dropdown = wp_dropdown_categories( array( 'taxonomy' => $tax_obj->name, 'hide_if_empty' => true, 'show_option_all' => __( 'All Terms' ), 'name' => 'taxonomy[' . $tax_obj->name . ']', 'id' => 'taxonomy-' . $tax_obj->name, 'class' => '', 'echo' => false ) ); if ( $term_dropdown ) - echo ': ' . $term_dropdown . '
'; + echo '
' . $term_dropdown . '