Ticket #55175: #55175.patch
File #55175.patch, 466 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/blocks/legacy-widget.php
59 59 'widget_name' => $widget_object->name, 60 60 ); 61 61 62 $args = apply_filters( 'the_widget_args', $args, $instance, $widget ); 63 62 64 ob_start(); 63 65 the_widget( $widget_key, $instance, $args ); 64 66 return ob_get_clean();