From c194d2cfefad1ba16fd8f4ce0b1c02509c0feea1 Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 22 Aug 2008 15:04:25 +0000 Subject: Make the "hosting services" message on the export page filterable. fixes #711 git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1430 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-admin/export.php') diff --git a/wp-admin/export.php b/wp-admin/export.php index 2c147f8..33f95fa 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -41,7 +41,7 @@ foreach ( $authors as $id ) {

-

hosting services.'); ?>

+

hosting services.' ) ); ?>

-- cgit