From 81557ba37c5271b31abe8506ead4450595f4c8d0 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Fri, 29 Nov 2013 17:16:46 +0000 Subject: [PATCH] Themes: Add missing close tag, see [26462]. see #25959. git-svn-id: https://develop.svn.wordpress.org/trunk@26473 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/themes.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index c781169549..f883d78da9 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -214,7 +214,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
<# } else { #> -
+
<# } #>
@@ -223,7 +223,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
<# if ( data.active ) { #> - + <# if ( data.actions['customize'] ) { #> <# } #> @@ -256,9 +256,9 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_ #>
<# }); } #> - <# } else { #> -
- <# } #> + <# } else { #> +
+ <# } #>