[wp-trac] [WordPress Trac] #5643: typo in get_theme_data
WordPress Trac
wp-trac at lists.automattic.com
Fri Jan 11 04:21:25 GMT 2008
#5643: typo in get_theme_data
---------------------+------------------------------------------------------
Reporter: xknown | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.5
Component: General | Version: 2.5
Severity: minor | Keywords:
---------------------+------------------------------------------------------
From `wp-includes/theme.php`:
{{{
$template = wp_kses( trim( $template[1], $themes_allowed_tags ) );
}}}
Should be:
{{{
$template = wp_kses( trim( $template[1] ), $themes_allowed_tags );
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/5643>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list