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.


git-svn-id: https://develop.svn.wordpress.org/trunk@27419 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-03-05 20:40:36 +00:00
parent 8f1a77a070
commit f12d7bb35c
8 changed files with 3819 additions and 2 deletions
@@ -61,6 +61,9 @@ final class WP_Customize_Manager {
require( ABSPATH . WPINC . '/class-wp-customize-setting.php' );
require( ABSPATH . WPINC . '/class-wp-customize-section.php' );
require( ABSPATH . WPINC . '/class-wp-customize-control.php' );
require( ABSPATH . WPINC . '/class-wp-customize-widgets.php' );
WP_Customize_Widgets::setup(); // This should be integrated.
add_filter( 'wp_die_handler', array( $this, 'wp_die_handler' ) );