Nice, but when you have a widget without a title it doesn't display. You can fix that by adding an else statement:
else: $widget_class->widget( $args, $instance ); return false;
Nice, but when you have a widget without a title it doesn't display. You can fix that by adding an else statement:
else:
$widget_class->widget( $args, $instance );
return false;