Changeset 30329 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 11/13/2014 12:18:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r30055 r30329 469 469 'priority' => array_search( $sidebar_id, array_keys( $wp_registered_sidebars ) ), 470 470 'panel' => 'widgets', 471 'sidebar_id' => $sidebar_id, 471 472 ); 472 473 … … 482 483 $section_args = apply_filters( 'customizer_widgets_section_args', $section_args, $section_id, $sidebar_id ); 483 484 484 $this->manager->add_section( $section_id, $section_args ); 485 $section = new WP_Customize_Sidebar_Section( $this->manager, $section_id, $section_args ); 486 $this->manager->add_section( $section ); 485 487 486 488 $control = new WP_Widget_Area_Customize_Control( $this->manager, $setting_id, array(
Note: See TracChangeset
for help on using the changeset viewer.