Opened 12 years ago
Closed 12 years ago
#20277 closed defect (bug) (fixed)
[Theme Customization Frame] Use of remove_theme_support() breaks menu
Reported by: | anonymized_4048828 | Owned by: | |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
Ref #19910. Tested with core changeset 20212, using remove_theme_support('custom-background')
the theme customization menu is unresponsive.
Javascript error Uncaught TypeError: undefined is not a function
.
Looking at wp.customize.settings
, there's still a "background_color":{"value":"","control":"color"}
to be found.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Fixed in 3.4-beta1