From db3fe9ac9f12efc3c8134da801a2624c50a2c966 Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 21 May 2010 21:39:35 +0000 Subject: [PATCH] Less clunky export UI. see #10317 git-svn-id: http://svn.automattic.com/wordpress/trunk@14794 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 4cd0a2b73..13f721cd3 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 . '