Opened 9 years ago
Closed 9 years ago
#33324 closed defect (bug) (fixed)
Rename WP_New_Menu_Customize_Control
Reported by: | DrewAPicture | Owned by: | helen |
---|---|---|---|
Milestone: | 4.3 | Priority: | low |
Severity: | normal | Version: | 4.3 |
Component: | Customize | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
In [32806], the WP_New_Menu_Customize_Control
class was introduced. We should rename it to follow the WP_Customize_*
convention that seems to be the standard for Customizer classes.
WP_New_Menu_Customize_Control
=> WP_Customize_New_Menu_Control
Basically all Customizer classes are named this way, save for two outliers introduced in 3.9 that we can't do anything about now anyway: WP_Widget_Area_Customize_Control
and WP_Widget_Form_Customize_Control
.
Related: #32576
Patch attached.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 33602: