#16610 closed defect (bug) (fixed)
Twenty Ten 1.2 compat for WP 3.0
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Themes | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
The theme directory doesn't have compatibility checks. Additionally, Twenty Ten was 3.0's default theme, so it should remain compat.
Issues:
- use_default_gallery_style filter doesn't exist in 3.0.
- show_recent_comments_widget_style filter doesn't exist in 3.0.
Neither of these are important. I honestly don't care much if we lose compatibility on those layers. But working on patches.
Attachments (2)
Note: See
TracTickets for help on using
tickets.
Looks like we'll need to do a raw version compare for these. did_action() would work for use_default_gallery_style filter, except that it doesn't work for filters. show_recent_comments_widget_style would be pretty tough to detect otherwise.