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 . '