Making WordPress.org

Opened 6 years ago

Closed 6 years ago

#3517 closed defect (bug) (fixed)

Replace HTML character code with greater than character

Reported by: dgwyer's profile dgwyer Owned by:
Milestone: Priority: normal
Component: Developer Hub Keywords:
Cc:

Description

In Registered Control Types

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)

#1 @milana_cap
6 years ago

Thank you for reporting @dgwyer. It's fixed now.

#2 @ocean90
6 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.