From 3a662555768840d18c6dbba027af644eda54f20e Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Mon, 17 Dec 2018 13:29:37 +0100 Subject: Remove scale_external_images() --- include/text.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index bd0d8048d..3cc21e4ce 100644 --- a/include/text.php +++ b/include/text.php @@ -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; } -- cgit v1.2.3