diff --git a/inc/functions.php b/inc/functions.php index b709ea7c..a42d0288 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -101,7 +101,6 @@ $body = str_replace('...', '…', $body); $body = str_replace('<--', '←', $body); $body = str_replace('--', '—', $body); - $body = str_replace('...', '…', $body); } $body = utf8tohtml($body, true);