Remove scale_external_images()

(cherry picked from commit a2959c6e9e)
This commit is contained in:
Max Kostikov 2018-12-17 12:28:18 +00:00 committed by Mario
parent feda1e6d84
commit a09beb3833

View File

@ -91,8 +91,6 @@ function markdown_to_bb($s, $use_zrl = false, $options = []) {
// remove duplicate adjacent code tags
$s = preg_replace("/(\[code\])+(.*?)(\[\/code\])+/ism","[code]$2[/code]", $s);
// Don't show link to full picture (until it is fixed)
$s = scale_external_images($s, false);
/**
* @hooks markdown_to_bb