Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20751 closed defect (bug) (fixed)

Customize toolbar node needs hide-if-no-customize

Reported by: nacin's profile nacin Owned by: koopersmith's profile koopersmith
Milestone: 3.4 Priority: normal
Severity: normal Version: 3.4
Component: Customize Keywords:
Focuses: Cc:

Description

Hide the Customize toolbar node if customize (or at least JS) is not supported.

Attachments (1)

20751-body-class.diff (438 bytes) - added by DrewAPicture 13 years ago.

Download all attachments as: .zip

Change History (5)

#1 @koopersmith
13 years ago

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

In [20918]:

Hide 'Customize' toolbar item when customizer is not supported. fixes #20751, see #19910.

Removes script queue check for 'customize-loader' from wp_customize_support_script(), because we may want to check for customize-support on a page without the loader.

#2 @nacin
13 years ago

In [20934]:

Theme Customizer: As customize.php without a theme parameter defaults to the current theme, update wp_customize_url() to make $stylesheet optional and update references for the current theme.

see #19910, #20751, #20575.

#3 @DrewAPicture
13 years ago

  • Cc xoodrew@… added
  • Keywords has-patch added
  • Resolution fixed deleted
  • Status changed from closed to reopened

The hide-if-no-customize class only works when it's paired with no-customize-support or customize-support which are supposed to reside in the body classes.

Patch attached.

#4 @SergeyBiryukov
13 years ago

  • Keywords has-patch removed
  • Resolution set to fixed
  • Status changed from reopened to closed

This ticket was closed on a completed milestone. Please open a new one.

Note: See TracTickets for help on using tickets.