~canonical-sysadmins/wordpress/4.8.3

« back to all changes in this revision

Viewing changes to wp-admin/export.php

  • Committer: Ryan Finnie
  • Date: 2015-08-31 16:09:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: ryan.finnie@canonical.com-20150831160947-1h6rfxby9z1ec62u
Merge WP4.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
?>
144
144
 
145
145
<div class="wrap">
146
 
<h2><?php echo esc_html( $title ); ?></h2>
 
146
<h1><?php echo esc_html( $title ); ?></h1>
147
147
 
148
148
<p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p>
149
149
<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>