From e40de501973191b36ef44d6857640812de09b14e Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 5 Apr 2014 20:29:44 +0000 Subject: [PATCH] Theme Installer: Don't encode description entities/HTML. props johnbillion. fixes #27641. git-svn-id: https://develop.svn.wordpress.org/trunk@27962 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/theme-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/theme-install.php b/src/wp-admin/theme-install.php index 73c5fc6611..bdb30ab0f2 100644 --- a/src/wp-admin/theme-install.php +++ b/src/wp-admin/theme-install.php @@ -219,7 +219,7 @@ if ( $tab ) { <# } #>
-
{{ data.description }}
+
{{{ data.description }}}