Make WordPress Core


Ignore:
Timestamp:
08/10/2015 06:06:01 PM (10 years ago)
Author:
helen
Message:

Customizer: Rename WP_New_Menu_Customize_Control to WP_Customize_New_Menu_Control for consistency.

props DrewAPicture.
fixes #33324.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r33511 r33602  
    576576        ) );
    577577
    578         $this->manager->add_control( new WP_New_Menu_Customize_Control( $this->manager, 'create_new_menu', array(
     578        $this->manager->add_control( new WP_Customize_New_Menu_Control( $this->manager, 'create_new_menu', array(
    579579            'section' => 'add_menu',
    580580        ) ) );
Note: See TracChangeset for help on using the changeset viewer.