Remove scale_external_images()

This commit is contained in:
Max Kostikov 2018-12-17 13:29:37 +01:00
parent 1541f67eab
commit 3a66255576

View File

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