From dfa0e48af0d3f3a453e897507e1c4b7860b40cae Mon Sep 17 00:00:00 2001 From: otrok7 <50595291+otrok7@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:15:17 +0200 Subject: [PATCH] delint --- bmlt-meeting-list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmlt-meeting-list.php b/bmlt-meeting-list.php index 35fa9d6..28d33eb 100644 --- a/bmlt-meeting-list.php +++ b/bmlt-meeting-list.php @@ -888,7 +888,7 @@ function bmlt_meeting_list($atts = null, $content = null) $mpdf_init_options = apply_filters("Bread_Mpdf_Init_Options", $mpdf_init_options, $this->options); ob_end_clean(); // We load mPDF only when we need to and as late as possible. This prevents - // conflicts with other plugins that use the same PSRs in different versions + // conflicts with other plugins that use the same PSRs in different versions // by simply clobbering the other definitions. Since we generate the PDF then // die, we shouldn't create any conflicts ourselves. require_once plugin_dir_path(__FILE__).'mpdf/vendor/autoload.php';