Make WordPress Core


Ignore:
Timestamp:
03/05/2014 08:40:36 PM (11 years ago)
Author:
nacin
Message:

Add widget management to the customizer.

This brings in the Widget Customizer plugin: https://wordpress.org/plugins/widget-customizer/.

props westonruter, shaunandrews, michael-arestad, johnregan3, akeda, topher1kenobe, topquarky, bobbravo2, ricardocorreia. And for good measure, props westonruter.
see #27112.

File:
1 edited

Legend:

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

    r27398 r27419  
    6262        require( ABSPATH . WPINC . '/class-wp-customize-section.php' );
    6363        require( ABSPATH . WPINC . '/class-wp-customize-control.php' );
     64        require( ABSPATH . WPINC . '/class-wp-customize-widgets.php' );
     65
     66        WP_Customize_Widgets::setup(); // This should be integrated.
    6467
    6568        add_filter( 'wp_die_handler', array( $this, 'wp_die_handler' ) );
Note: See TracChangeset for help on using the changeset viewer.