diff --git a/src/wp-admin/export.php b/src/wp-admin/export.php
index 759723456e..61142961fd 100644
|
a
|
b
|
function export_date_options( $post_type = 'post' ) { |
| 180 | 180 | <p><label><input type="radio" name="content" value="all" checked="checked" aria-describedby="all-content-desc" /> <?php _e( 'All content' ); ?></label></p> |
| 181 | 181 | <p class="description" id="all-content-desc"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus, and custom posts.' ); ?></p> |
| 182 | 182 | |
| 183 | | <p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p> |
| | 183 | <p><label><input type="radio" name="content" value="posts" /> <?php _ex( 'Posts', 'post type general name' ); ?></label></p> |
| 184 | 184 | <ul id="post-filters" class="export-filters"> |
| 185 | 185 | <li> |
| 186 | 186 | <label><span class="label-responsive"><?php _e( 'Categories:' ); ?></span> |