Opened 19 years ago
Closed 19 years ago
#5643 closed defect (bug) (fixed)
typo in get_theme_data
| Reported by: | xknown | Owned by: | westi |
|---|---|---|---|
| Priority: | low | Milestone: | 2.5 |
| Component: | General | Version: | 2.5 |
| Severity: | minor | Keywords: | commit |
| Cc: | Focuses: |
Description
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 );
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good Catch!