Changeset 14313 for trunk/wp-admin/export.php
- Timestamp:
- 04/30/2010 01:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r14153 r14313 11 11 12 12 if ( !current_user_can('edit_files') ) 13 wp_die(__('You do not have sufficient permissions to export the content of this blog.'));13 wp_die(__('You do not have sufficient permissions to export the content of this site.')); 14 14 15 15 /** Load WordPress export API */ … … 60 60 <p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p> 61 61 <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> 62 <p><?php _e('Once you’ve saved the download file, you can use the Import function on another WordPress blog to import this blog.'); ?></p>62 <p><?php _e('Once you’ve saved the download file, you can use the Import function on another WordPress site to import this site.'); ?></p> 63 63 <form action="" method="get"> 64 64 <h3><?php _e('Options'); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.