In 2.2.1 I modified widgets.php in “includes” to this:
wp_list_bookmarks(array(
‘title_before’ => $before_title, ‘title_after’ => $after_title,
‘category_before’ => $before_widget, ‘category_after’ => $after_widget,
‘show_images’ => true, ‘class’ => ‘linkcat widget’,
‘show_description’ => $after_title
));
The “Show Description” line is what I added. Worked for me.