Make WordPress Core

Ticket #33608: 33608.diff

File 33608.diff, 818 bytes (added by metodiew, 11 years ago)
  • export.php

     
    149149<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.'); ?></p>
    150150<p><?php _e('Once you&#8217;ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site.'); ?></p>
    151151
    152 <h3><?php _e( 'Choose what to export' ); ?></h3>
     152<h2><?php _e( 'Choose what to export' ); ?></h2>
    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>