diff options
author | Max Kostikov <max@kostikov.co> | 2018-12-17 13:29:37 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-12-17 13:29:37 +0100 |
commit | 3a662555768840d18c6dbba027af644eda54f20e (patch) | |
tree | 00b6964a37f5e793f419d13a6c449ac2e2e53ca0 | |
parent | 1541f67eab5f541d1f61001fc4e42132a9ac09f8 (diff) | |
download | volse-hubzilla-3a662555768840d18c6dbba027af644eda54f20e.tar.gz volse-hubzilla-3a662555768840d18c6dbba027af644eda54f20e.tar.bz2 volse-hubzilla-3a662555768840d18c6dbba027af644eda54f20e.zip |
Remove scale_external_images()
-rw-r--r-- | include/text.php | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |