Ticket #8581: theme-editor1.diff
File theme-editor1.diff, 728 bytes (added by , 17 years ago) |
---|
-
theme-editor.php
96 96 <?php endif; 97 97 98 98 $description = get_file_description($file); 99 $desc_header = ( $description != $file_show ) ? " $description</strong> (%s)" : "%s";99 $desc_header = ( $description != $file_show ) ? "<strong>$description</strong> (%s)" : "%s"; 100 100 ?> 101 101 <div class="wrap"> 102 102 <?php screen_icon(); ?> … … 120 120 </div> 121 121 <div class="tablenav"> 122 122 <div class="alignleft"> 123 <big>< strong><?php echo sprintf($desc_header, $file_show); ?></big>123 <big><?php echo sprintf($desc_header, $file_show); ?></big> 124 124 </div> 125 125 <br class="clear" /> 126 126 </div>