Make WordPress Core

Ticket #8581: theme-editor1.diff

File theme-editor1.diff, 728 bytes (added by roganty, 17 years ago)

Closes tag and removes formatting from file name with no description

  • theme-editor.php

     
    9696<?php endif;
    9797
    9898$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";
    100100?>
    101101<div class="wrap">
    102102<?php screen_icon(); ?>
     
    120120</div>
    121121<div class="tablenav">
    122122<div class="alignleft">
    123 <big><strong><?php echo sprintf($desc_header, $file_show); ?></big>
     123<big><?php echo sprintf($desc_header, $file_show); ?></big>
    124124</div>
    125125<br class="clear" />
    126126</div>