function custom_display_event_excerpt_with_linebreaks($excerpt){if (is_singular('tribe_events')){return nl2br($excerpt)}return $excerpt}add_filter('get_the_excerpt','custom_display_event_excerpt_with_linebreaks');