diff options
Diffstat (limited to 'wp-admin/export.php')
| -rw-r--r-- | wp-admin/export.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wp-admin/export.php b/wp-admin/export.php index 8894f29..755dba8 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -12,7 +12,6 @@ require_once ('admin-header.php'); <div class="wrap">
<h2><?php _e('Export'); ?></h2>
<p><?php _e('This will allow you to download an export of your WordPress posts and comments in a XML format.'); ?></p>
-<p>We need some more text here. Maybe talking about the export file or how to save it.</p>
<form action="" method="get">
<p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?> »" />
<input type="hidden" name="download" value="true" />
@@ -103,4 +102,4 @@ if ( $comments ) { foreach ( $comments as $c ) { ?> }
include ('admin-footer.php');
-?>
\ No newline at end of file +?>
|
