From 7750ea96cdc2af66090cef18878f8d68cb9309dc Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 4 Dec 2013 21:40:20 +0000 Subject: [PATCH] Allow HTML in the theme name for the themes.php template. props matveb. fixes #26411. git-svn-id: https://develop.svn.wordpress.org/trunk@26638 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index 3007be7219..5478b21cdc 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -221,7 +221,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
<# } #>
-

{{ data.name }}

+

{{{ data.name }}}