From 0a6e1f1dfc5c2e97586aca58f566b45f80b659e3 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 5 Feb 2007 19:19:08 +0000 Subject: Removed iframe from kses whitelist Minor translation change in wordpress importer git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@881 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/import/wordpress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-admin') diff --git a/wp-admin/import/wordpress.php b/wp-admin/import/wordpress.php index 028cbf0..78d972f 100644 --- a/wp-admin/import/wordpress.php +++ b/wp-admin/import/wordpress.php @@ -136,7 +136,7 @@ class WP_Import { $j = -1; foreach ($authors as $author) { ++ $j; - echo '
  • Current author: '.$author.'
    '.'Map to existing: '; + echo '
  • '.__('Current author:').' '.$author.'
    '.'Map to existing: '; $this->users_form($j); echo '
  • '; } -- cgit