Changeset 6960
- Timestamp:
- 02/21/2008 09:49:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 ?>
Note: See TracChangeset
for help on using the changeset viewer.