Fix missing closing tag in theme-editor.php, props roganty, fixes #8581
git-svn-id: https://develop.svn.wordpress.org/trunk@10194 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f083ebca6a
commit
45a50d9f72
@ -96,7 +96,7 @@ default:
|
||||
<?php endif;
|
||||
|
||||
$description = get_file_description($file);
|
||||
$desc_header = ( $description != $file_show ) ? "$description</strong> (%s)" : "%s";
|
||||
$desc_header = ( $description != $file_show ) ? "<strong>$description</strong> (%s)" : "%s";
|
||||
?>
|
||||
<div class="wrap">
|
||||
<?php screen_icon(); ?>
|
||||
@ -120,7 +120,7 @@ $desc_header = ( $description != $file_show ) ? "$description</strong> (%s)" : "
|
||||
</div>
|
||||
<div class="tablenav">
|
||||
<div class="alignleft">
|
||||
<big><strong><?php echo sprintf($desc_header, $file_show); ?></big>
|
||||
<big><?php echo sprintf($desc_header, $file_show); ?></big>
|
||||
</div>
|
||||
<br class="clear" />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user