Readded empty line
This commit is contained in:
parent
28ca0d6fab
commit
8644d300d0
|
@ -1294,6 +1294,7 @@ class Transmitter
|
|||
} else {
|
||||
$regexp = "/[@!]\[url\=([^\[\]]*)\].*?\[\/url\]/ism";
|
||||
$body = preg_replace_callback($regexp, ['self', 'mentionCallback'], $body);
|
||||
|
||||
$data['content'] = BBCode::convert($body, false, 9);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue