From c534170623a3bc3abfaf014d7290262eadd93c3c Mon Sep 17 00:00:00 2001 From: elektrischerwalfisch Date: Fri, 4 Apr 2025 10:53:27 +0200 Subject: [PATCH] change comment --- theme/shortcodes.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme/shortcodes.php b/theme/shortcodes.php index a7cd734..9bc5d71 100644 --- a/theme/shortcodes.php +++ b/theme/shortcodes.php @@ -19,7 +19,7 @@ return date("Y"); // Return current year }, $markdown); - // Process columns shortcode with optional classes + // Shortcode: columns with optional classes $pattern = '/\{columns(.*?)\}(.*?)\{\/columns\}/s'; $markdown = preg_replace_callback($pattern, function ($matches) use ($Parsedown) { // Capture the class (if any) directly after {columns} @@ -59,7 +59,6 @@ return '
' . $imgRounded . '
'; }, $markdown); - return $markdown; } -- 2.47.3