From 619303c8cf118da6093c01eedb79e4fc49989bc3 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 16 Feb 2025 18:07:32 +0100 Subject: [PATCH] functions.php: remove unused parameter from markup --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 1478a4f0..2273d8af 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -1928,7 +1928,7 @@ function remove_modifiers($body) { return $body ? preg_replace('@(.+?)@usm', '', $body) : null; } -function markup(&$body, $track_cites = false, $op = false) { +function markup(&$body, $track_cites = false) { global $board, $config, $markup_urls; $modifiers = extract_modifiers($body);