Make WordPress Core

Ticket #49402: 49402.patch

File 49402.patch, 533 bytes (added by dkarfa, 6 years ago)

Fix.

  • src/wp-includes/widgets/class-wp-widget-custom-html.php

     
    4747                        'customize_selective_refresh' => true,
    4848                );
    4949                $control_ops = array(
    50                         'width'  => 400,
     50                        'width'  => 370,
    5151                        'height' => 350,
    5252                );
    5353                parent::__construct( 'custom_html', __( 'Custom HTML' ), $widget_ops, $control_ops );