summaryrefslogtreecommitdiffstats
path: root/wp-admin/export.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-28 18:30:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-28 18:30:15 +0000
commit4d8d816c3aebb0122c91d3205d9faed39c8ad086 (patch)
tree694f58e5b429fe13f4de2a525205f5adcccf6254 /wp-admin/export.php
parente9d213e17e7e7779838d5e41b27c4a00659d30ae (diff)
downloadwordpress-mu-4d8d816c3aebb0122c91d3205d9faed39c8ad086.tar.gz
wordpress-mu-4d8d816c3aebb0122c91d3205d9faed39c8ad086.tar.xz
wordpress-mu-4d8d816c3aebb0122c91d3205d9faed39c8ad086.zip
Sync some files
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@613 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/export.php')
-rw-r--r--wp-admin/export.php3
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'); ?> &raquo;" />
<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
+?>