From 4d8d816c3aebb0122c91d3205d9faed39c8ad086 Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 28 Jun 2006 18:30:15 +0000 Subject: Sync some files git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@613 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/export.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wp-admin/export.php') 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');

-

We need some more text here. Maybe talking about the export file or how to save it.

@@ -103,4 +102,4 @@ if ( $comments ) { foreach ( $comments as $c ) { ?> } include ('admin-footer.php'); -?> \ No newline at end of file +?> -- cgit