Changeset 27816 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 03/28/2014 02:06:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r27722 r27816 1081 1081 1082 1082 $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 ); 1084 1084 } 1085 1085 }
Note: See TracChangeset
for help on using the changeset viewer.