Ticket #49402: 49402.patch
| File 49402.patch, 533 bytes (added by , 6 years ago) |
|---|
-
src/wp-includes/widgets/class-wp-widget-custom-html.php
47 47 'customize_selective_refresh' => true, 48 48 ); 49 49 $control_ops = array( 50 'width' => 400,50 'width' => 370, 51 51 'height' => 350, 52 52 ); 53 53 parent::__construct( 'custom_html', __( 'Custom HTML' ), $widget_ops, $control_ops );