/**
 * @return bool
 */
function espresso_display_excerpt_in_event_list()
{
    return EED_Events_Archive::display_description(1);
}