From 45a50d9f725928a702811fb3bdb3476b9afbe3da Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@10194 602fd350-edb4-49c9-b593-d223f7449a82 --- 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)" : "
- +