[wp-trac] [WordPress Trac] #7055: Template Editor missing </strong>
tag
WordPress Trac
wp-trac at lists.automattic.com
Wed May 28 16:43:39 GMT 2008
#7055: Template Editor missing </strong> tag
----------------------------+-----------------------------------------------
Reporter: Cyberstorm | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.7
Component: Administration | Version: 2.6
Severity: trivial | Keywords:
----------------------------+-----------------------------------------------
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.
--
Ticket URL: <http://trac.wordpress.org/ticket/7055>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list