Remove a stray > introduced in [31905].
see #31776. git-svn-id: https://develop.svn.wordpress.org/trunk@31915 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a39ae803b6
commit
1811a80eff
|
@ -329,7 +329,7 @@ $can_delete = current_user_can( 'delete_themes' );
|
|||
/* translators: %s: theme name */
|
||||
printf( __( '<span>Active:</span> %s' ), '{{ data.name }}' );
|
||||
?>
|
||||
></h3>
|
||||
</h3>
|
||||
<# } else { #>
|
||||
<h3 class="theme-name" id="{{ data.id }}-name">{{{ data.name }}}</h3>
|
||||
<# } #>
|
||||
|
|
Loading…
Reference in New Issue