aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-12-17 13:29:37 +0100
committerMax Kostikov <max@kostikov.co>2018-12-17 13:29:37 +0100
commit3a662555768840d18c6dbba027af644eda54f20e (patch)
tree00b6964a37f5e793f419d13a6c449ac2e2e53ca0 /include/text.php
parent1541f67eab5f541d1f61001fc4e42132a9ac09f8 (diff)
downloadvolse-hubzilla-3a662555768840d18c6dbba027af644eda54f20e.tar.gz
volse-hubzilla-3a662555768840d18c6dbba027af644eda54f20e.tar.bz2
volse-hubzilla-3a662555768840d18c6dbba027af644eda54f20e.zip
Remove scale_external_images()
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
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;
}