From 9cfc69272446a62326a24caa4b7f4ec836478c1c Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Tue, 24 Oct 2023 14:58:15 -0500 Subject: [PATCH] Remove obsolete 'name' parameter. --- src/my-calendar-output.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/my-calendar-output.php b/src/my-calendar-output.php index 2e9915858..051b018b0 100644 --- a/src/my-calendar-output.php +++ b/src/my-calendar-output.php @@ -1700,7 +1700,6 @@ function mc_calendar_params( $args ) { */ $format = apply_filters( 'mc_display_format', $format, $args ); $params = array( - 'name' => $name, // Not used in my_calendar(); what is/was it for. 'format' => $format, 'category' => $category, 'above' => $above,