diff --git a/inc/functions.php b/inc/functions.php index 09933ade..50937a29 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1631,7 +1631,7 @@ function markup(&$body, $track_cites = false) { } function escape_markup_modifiers($string) { - return preg_replace('@@m', '', $string); + return preg_replace('@@mi', '', $string); } function utf8tohtml($utf8) {