Make WordPress Core


Ignore:
Timestamp:
03/28/2014 02:06:10 PM (12 years ago)
Author:
ocean90
Message:

Widget Customizer: Convert static WP_Customize_Widgets class into instantiated class and merge Options_Transaction into WP_Customize_Widgets.

see #27504.
props westonruter.

File:
1 edited

Legend:

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

    r27722 r27816  
    10811081
    10821082        $args = wp_list_widget_controls_dynamic_sidebar( array( 0 => $args, 1 => $widget['params'][0] ) );
    1083         echo WP_Customize_Widgets::get_widget_control( $args );
     1083        echo $this->manager->widgets->get_widget_control( $args );
    10841084    }
    10851085}
Note: See TracChangeset for help on using the changeset viewer.