From a8471ccae438ca391347b0d24c85d2cec073335d Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Tue, 24 Oct 2023 16:30:39 -0500 Subject: [PATCH] PHPCS fixes --- src/my-calendar-templating.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/my-calendar-templating.php b/src/my-calendar-templating.php index 048a26308..a50318d13 100644 --- a/src/my-calendar-templating.php +++ b/src/my-calendar-templating.php @@ -564,7 +564,6 @@ function mc_list_core_templates( $current = '' ) { $card_enabled = ( ( 'card' === $type && $switched ) || mc_get_option( 'use_card_template' ) === '1' ) ? $check : $uncheck; $details_enabled = ( ( 'details' === $type && $switched ) || mc_get_option( 'use_details_template' ) === '1' ) ? $check : $uncheck; - $list = " @@ -578,10 +577,10 @@ function mc_list_core_templates( $current = '' ) { - + - +
list$list_enabled" . mc_template_description( 'list' ) . "
mini$mini_enabled" . mc_template_description( 'mini' ) . "mini$mini_enabled" . mc_template_description( 'mini' ) . '
mini$card_enabled" . mc_template_description( 'card' ) . 'mini$card_enabled" . mc_template_description( 'card' ) . '
details$details_enabled" . mc_template_description( 'details' ) . '