From f532f117e1daca072054befb91bd362ee4e9d2d5 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 5 Apr 2014 20:30:15 +0000 Subject: [PATCH] Theme Installer: Don't encode description entities/HTML. props johnbillion. fixes #27641. Built from https://develop.svn.wordpress.org/trunk@27962 git-svn-id: http://core.svn.wordpress.org/trunk@27792 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/theme-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index 73c5fc6611..bdb30ab0f2 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -219,7 +219,7 @@ if ( $tab ) { <# } #>
-
{{ data.description }}
+
{{{ data.description }}}