From 71de0f2d24b7c1b453cdeaffa0c5c7c26f557318 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 21 Feb 2008 21:49:48 +0000 Subject: [PATCH] Remove extraneous tag. Props ionfish. fixes #5890 git-svn-id: http://svn.automattic.com/wordpress/trunk@6960 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/theme-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index cde8ddb228..72cad87bd8 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -126,7 +126,7 @@ if ($allowed_files) : ($template_show)" : "$description"; + $filedesc = ( $description != $template_file ) ? "$description ($template_show)" : "$description"; $filedesc = ( $template_file == $file ) ? "$description ($template_show)" : $filedesc; ?>
  • &theme=">