Opened 7 years ago
Closed 7 years ago
#3517 closed defect (bug) (fixed)
Replace HTML character code with greater than character
Reported by: | dgwyer | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
Line 5:
$wp_customize->register_control_type( 'WP_Customize_Custom_Control' );
Should be:
$wp_customize->register_control_type( 'WP_Customize_Custom_Control' );
Change History (2)
Note: See
TracTickets for help on using
tickets.
Thank you for reporting @dgwyer. It's fixed now.