manualy remove scale_external_images() due to merge conflicts

This commit is contained in:
Mario 2018-12-22 20:08:44 +01:00
parent 01448c152c
commit 04a2dc075f

View File

@ -3331,8 +3331,6 @@ function cleanup_bbcode($body) {
$body = preg_replace('/\[\/code\]\s*\[code\]/ism',"\n",$body);
$body = scale_external_images($body,false);
return $body;
}