From 858fbafbdc6034cd480b5c6d5b3468d5b614cd46 Mon Sep 17 00:00:00 2001 From: Stephen Page Date: Wed, 6 Dec 2023 15:20:00 -0500 Subject: [PATCH] Update src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.php --- src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.php b/src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.php index a248ab51de..d1709d766f 100644 --- a/src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.php +++ b/src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.php @@ -102,7 +102,7 @@ protected function generate_outlook_add_url_parameters( $calendar = 'live' ) { // Stripping tags $body = strip_tags( $body, '

' ); - // Truncate the Event Description and add permalink if greater than 900 characters + // Truncate the Event Description and add permalink if greater than 900 characters. if ( strlen( $body ) > 900 ) { $body = substr( $body, 0, 900 );