Ticket #33906: 33906.patch
File 33906.patch, 879 bytes (added by , 9 years ago) |
---|
-
wp-admin/export.php
153 153 <form method="get" id="export-filters"> 154 154 <input type="hidden" name="download" value="true" /> 155 155 <p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p> 156 <p class="description"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus and custom posts.' ); ?></p>156 <p class="description"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus, and custom posts.' ); ?></p> 157 157 158 158 <p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p> 159 159 <ul id="post-filters" class="export-filters">