From 98bf9da372eefb5f0bf83192119e3754f0f65214 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Tue, 17 Dec 2024 17:04:33 -0600 Subject: [PATCH] Add edit in theme link to template browser See #629 --- src/my-calendar-templating.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/my-calendar-templating.php b/src/my-calendar-templating.php index 390521fc..53e60f0d 100644 --- a/src/my-calendar-templating.php +++ b/src/my-calendar-templating.php @@ -101,15 +101,16 @@ function mc_php_templates_docs() { ); $output = ''; foreach ( $templates as $type => $template ) { - $base = '/mc-templates/' . $type; - $output .= '
  • ' . $base . '