Make WordPress Core

Changeset 10194


Ignore:
Timestamp:
12/12/2008 08:19:10 AM (16 years ago)
Author:
azaozz
Message:

Fix missing closing tag in theme-editor.php, props roganty, fixes #8581

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r10150 r10194  
    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">
     
    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" />
Note: See TracChangeset for help on using the changeset viewer.