From fce306232a3dc8a28a3afa7cde5825b88b6567f1 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 4 Dec 2013 21:41:10 +0000 Subject: [PATCH] Allow HTML in the theme name for the themes.php template. props matveb. fixes #26411. Built from https://develop.svn.wordpress.org/trunk@26638 git-svn-id: http://core.svn.wordpress.org/trunk@26528 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 3007be7219..5478b21cdc 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -221,7 +221,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
<# } #>
-

{{ data.name }}

+

{{{ data.name }}}