Changeset 46133 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 09/15/2019 11:26:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r45932 r46133 1051 1051 $args[0]['after_widget_content'] = '</div><!-- .widget-content -->'; 1052 1052 ob_start(); 1053 call_user_func_array( 'wp_widget_control',$args );1053 wp_widget_control( ...$args ); 1054 1054 $control_tpl = ob_get_clean(); 1055 1055 return $control_tpl;
Note: See TracChangeset
for help on using the changeset viewer.