Remove extraneous tag. Props ionfish. fixes #5890
git-svn-id: http://svn.automattic.com/wordpress/trunk@6960 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e545cdadb1
commit
71de0f2d24
|
@ -126,7 +126,7 @@ if ($allowed_files) :
|
|||
<?php foreach($themes[$theme]['Template Files'] as $template_file) :
|
||||
$description = get_file_description($template_file);
|
||||
$template_show = basename($template_file);
|
||||
$filedesc = ( $description != $template_file ) ? "$description <span class='nonessential'>($template_show)</span></small>" : "$description";
|
||||
$filedesc = ( $description != $template_file ) ? "$description <span class='nonessential'>($template_show)</span>" : "$description";
|
||||
$filedesc = ( $template_file == $file ) ? "<span class='highlight'>$description <span class='nonessential'>($template_show)</span></span>" : $filedesc;
|
||||
?>
|
||||
<li><a href="theme-editor.php?file=<?php echo "$template_file"; ?>&theme=<?php echo urlencode($theme) ?>"><?php echo $filedesc ?></a></li>
|
||||
|
|
Loading…
Reference in New Issue