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:
parent
fcce7b1a20
commit
7750ea96cd
@ -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">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user