Ticket #5890: remove_small.diff
| File remove_small.diff, 971 bytes (added by , 18 years ago) |
|---|
-
wp-admin/theme-editor.php
126 126 <?php foreach($themes[$theme]['Template Files'] as $template_file) : 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 ?> 132 132 <li><a href="theme-editor.php?file=<?php echo "$template_file"; ?>&theme=<?php echo urlencode($theme) ?>"><?php echo $filedesc ?></a></li>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)