Update functions.php

This commit is contained in:
Roman Kelesidis 2023-10-24 23:26:36 +07:00
parent 52a9ac7a0d
commit 29187f7c15

View File

@ -1805,7 +1805,7 @@ function bb_die ($msg_text)
if (defined('IN_AJAX')) if (defined('IN_AJAX'))
{ {
$ajax->ajax_die($msg_text); $ajax->ajax_die(strip_tags(preg_replace('#<br\s*/?>#i', "\n", $msg_text)));
} }
// Check // Check