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
This commit is contained in:
Andrew Nacin 2013-12-04 21:40:20 +00:00
parent fcce7b1a20
commit 7750ea96cd
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
<div class="theme-screenshot blank"></div>
<# } #>
<div class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.author }}}' ); ?></div>
<h3 class="theme-name">{{ data.name }}</h3>
<h3 class="theme-name">{{{ data.name }}}</h3>
<div class="theme-actions">