Make WordPress Core

Ticket #33906: 33906.patch

File 33906.patch, 879 bytes (added by juhise, 9 years ago)

patch file

  • wp-admin/export.php

     
    153153<form method="get" id="export-filters">
    154154<input type="hidden" name="download" value="true" />
    155155<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>
    157157
    158158<p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p>
    159159<ul id="post-filters" class="export-filters">