From 9bdf2f30b93eea3eb8ec70c0022d4246997f1f9d Mon Sep 17 00:00:00 2001 From: azaozz Date: Fri, 12 Dec 2008 08:19:10 +0000 Subject: [PATCH] Fix missing closing tag in theme-editor.php, props roganty, fixes #8581 git-svn-id: http://svn.automattic.com/wordpress/trunk@10194 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/theme-editor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index 0fda96b3c8..361f26b61c 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -96,7 +96,7 @@ default: (%s)" : "%s"; +$desc_header = ( $description != $file_show ) ? "$description (%s)" : "%s"; ?>
@@ -120,7 +120,7 @@ $desc_header = ( $description != $file_show ) ? "$description (%s)" : "
- +