Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#29174 closed defect (bug) (fixed)

#accordion-section-id should be #accordion-panel-id for Customizer panels

Reported by: celloexpressions's profile celloexpressions Owned by: ocean90's profile ocean90
Milestone: 4.0 Priority: low
Severity: minor Version: 4.0
Component: Customize Keywords: has-patch
Focuses: Cc:

Description

This is something I missed in the initial work in #27406. These aren't used for any core CSS or JS - their purpose would be for scoping CSS or JS for panels like Menus. A panel could share an id with a section, which would result in duplicate ids without the change.

Was going to just fix along with the changes in #28979, but better to have a separate ticket so that it doesn't get missed.

Attachments (1)

29174.diff (769 bytes) - added by celloexpressions 10 years ago.

Download all attachments as: .zip

Change History (3)

#1 @celloexpressions
10 years ago

  • Priority changed from normal to low
  • Severity changed from normal to minor

Needs to be fixed before 4.0, but not super urgent.

#2 @ocean90
10 years ago

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

In 29482:

Customizer: Fix ID attribute for a panel.

props celloexpressions.
fixes #29174.

Note: See TracTickets for help on using tickets.