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 = "
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' ) . ' |