From 3f7bf0f0c53c60441c53ecc2c1057bf94f95caef Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Sun, 15 Dec 2024 18:19:31 -0600 Subject: [PATCH] Update my-calendar-templating.php --- src/my-calendar-templating.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/my-calendar-templating.php b/src/my-calendar-templating.php index 8c2362ef..5fe63d6d 100644 --- a/src/my-calendar-templating.php +++ b/src/my-calendar-templating.php @@ -79,7 +79,7 @@ function mc_php_templates_docs() { $intro = '

' . __( 'PHP templates are enabled. To customize templates, copy one or more of the following files into your theme directory.', 'my-calendar' ) . '

'; $intro .= '

' . __( 'Read the documentation.', 'my-calendar' ) . '

'; $templates = array( - 'event' => array( + 'event' => array( 'calendar-title', 'calendar', 'card-title', @@ -99,7 +99,7 @@ function mc_php_templates_docs() { 'single', ), ); - $output = ''; + $output = ''; foreach ( $templates as $type => $template ) { $base = '/mc-templates/' . $type; $output .= '
  • ' . $base . '