Make WordPress Core

Ticket #35275: 35275.patch

File 35275.patch, 999 bytes (added by juhise, 11 years ago)

patch for export.php

  • wp-admin/export.php

     
    164164<legend class="screen-reader-text"><?php _e( 'Content to export' ); ?></legend>
    165165<input type="hidden" name="download" value="true" />
    166166<p><label><input type="radio" name="content" value="all" checked="checked" aria-describedby="all-content-desc" /> <?php _e( 'All content' ); ?></label></p>
    167 <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>
     167<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>
    168168
    169169<p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p>
    170170<ul id="post-filters" class="export-filters">