diff --git a/includes/ical-parser/class-coblocks-ical.php b/includes/ical-parser/class-coblocks-ical.php index 2a7aa427f34..4344732dc88 100644 --- a/includes/ical-parser/class-coblocks-ical.php +++ b/includes/ical-parser/class-coblocks-ical.php @@ -2711,7 +2711,7 @@ protected function is_file_or_url( $filename ) { * @throws \Exception Exception thrown on error. */ protected function file_or_url( $filename ) { - // If this is a URL, let's use wp_safe_remote_get instead. + // If this is a URL, let's use wp_safe_remote_get. if ( filter_var( $filename, FILTER_VALIDATE_URL ) ) { $request = wp_safe_remote_get( $filename ); if ( is_wp_error( $request ) ) {