mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update functions.php
This commit is contained in:
parent
52a9ac7a0d
commit
29187f7c15
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user