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);