Opened 5 years ago
Closed 4 years ago
#7055 closed defect (bug) (invalid)
Template Editor missing </strong> tag
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Administration | Version: | 2.5.1 |
| Severity: | trivial | Keywords: | has-patch |
| 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)
Cyberstorm — 5 years ago
comment:1
Cyberstorm — 5 years ago
- Keywords has-patch added
- Milestone changed from 2.7 to 2.6
- Version changed from 2.6 to 2.5.1
- Milestone 2.9 deleted
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

invalid in trunk