From 4fb300c67a3442cd0209a6129d53f0f727b60743 Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 22 Dec 2006 12:54:24 +0000 Subject: WP Merge to rev 4661 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@828 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/theme-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-admin/theme-editor.php') diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index 6dc6ec3..cc044ed 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -89,7 +89,7 @@ default: $theme_name = $a_theme['Name']; if ($theme_name == $theme) $selected = " selected='selected'"; else $selected = ''; - $theme_name = wp_specialchars($theme_name, true); + $theme_name = attribute_escape($theme_name); echo "\n\t"; } ?> -- cgit