From: elektrischerwalfisch Date: Fri, 4 Apr 2025 08:53:27 +0000 (+0200) Subject: change comment X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=c534170623a3bc3abfaf014d7290262eadd93c3c;p=flatmark change comment --- 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; }