Make WordPress Core

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's profile 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)

#1 @nacin
12 years ago

  • Milestone changed from Awaiting Review to 3.4

#2 @anonymized_4048828
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in 3.4-beta1

Note: See TracTickets for help on using tickets.