Changeset 6960
- Timestamp:
- 02/21/08 21:49:48 (9 months ago)
- Files:
-
- trunk/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/theme-editor.php
r6918 r6960 127 127 $description = get_file_description($template_file); 128 128 $template_show = basename($template_file); 129 $filedesc = ( $description != $template_file ) ? "$description <span class='nonessential'>($template_show)</span> </small>" : "$description";129 $filedesc = ( $description != $template_file ) ? "$description <span class='nonessential'>($template_show)</span>" : "$description"; 130 130 $filedesc = ( $template_file == $file ) ? "<span class='highlight'>$description <span class='nonessential'>($template_show)</span></span>" : $filedesc; 131 131 ?>
