Opened 16 years ago
Closed 15 years ago
#7055 closed defect (bug) (invalid)
Template Editor missing </strong> tag
Reported by: | Cyberstorm | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | trivial | Version: | 2.5.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
On line 86 of wp-admin/theme-editor.php, $desc_header is defined as below:
$desc_header = ( $description != $file_show ) ? "$description</strong> (%s)" : "%s";
And on line 109, there is this:
<big><strong><?php echo sprintf($desc_header, $file_show); ?></big>
If editing a custom file (one that does not come with a normal theme), a </strong> tag will be missing, which messes with the layout.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
invalid in trunk