From c85bc5d149158ca9c4591f67d6744566b6367974 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 18 Oct 2007 15:18:25 +0000 Subject: Assign authors correctly, props washort, fixes #435 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1103 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/import/wordpress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-admin/import/wordpress.php') diff --git a/wp-admin/import/wordpress.php b/wp-admin/import/wordpress.php index 10a3f19..ab8503d 100644 --- a/wp-admin/import/wordpress.php +++ b/wp-admin/import/wordpress.php @@ -182,7 +182,7 @@ class WP_Import { foreach ($authors as $author) { ++ $j; echo '
  • '.__('Current author:').' '.$author.'
    '.'Map to existing: '; - $this->users_form($j); + $this->users_form($author); echo '
  • '; } -- cgit