From 9e51b45ef1294014de5807a1e248582fcda6fd9e Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 20 May 2010 19:43:52 +0000 Subject: [PATCH] Fix quoting. see #13465 git-svn-id: http://svn.automattic.com/wordpress/trunk@14762 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/import.php b/wp-admin/import.php index d332c52b6..3be871b4b 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -81,7 +81,7 @@ if (empty ($importers)) { '&TB_iframe=true&width=600&height=550') . '" class="thickbox" title="' . esc_attr__('Install importer') . '">' . $data[0] . ''; } else { - $action = "{$data[0]}"; + $action = "{$data[0]}"; } if ($style != '')