From 1811a80eff9de066072d089999e5aaa8d00947b7 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Fri, 27 Mar 2015 23:19:26 +0000 Subject: [PATCH] Remove a stray > introduced in [31905]. see #31776. git-svn-id: https://develop.svn.wordpress.org/trunk@31915 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 4e63fd82f0..3f34c0a571 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -329,7 +329,7 @@ $can_delete = current_user_can( 'delete_themes' ); /* translators: %s: theme name */ printf( __( 'Active: %s' ), '{{ data.name }}' ); ?> - > + <# } else { #>

{{{ data.name }}}

<# } #>