From e6672666be2c1e72b641090bcf7e290d12d0dea8 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 21 Feb 2008 21:49:48 +0000 Subject: [PATCH] Remove extraneous tag. Props ionfish. fixes #5890 git-svn-id: https://develop.svn.wordpress.org/trunk@6960 602fd350-edb4-49c9-b593-d223f7449a82 --- 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=">