aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-12-18 10:17:57 +0100
committerMario <mario@mariovavti.com>2018-12-18 10:17:57 +0100
commit6fc8c174f911b09382b3e106243128096cef9f49 (patch)
tree2231ebc3974ec98476168e85ead5b86baac23620 /include/text.php
parent63b205c601c8ff567407155c327515bb0c5165b3 (diff)
parent3a662555768840d18c6dbba027af644eda54f20e (diff)
downloadvolse-hubzilla-6fc8c174f911b09382b3e106243128096cef9f49.tar.gz
volse-hubzilla-6fc8c174f911b09382b3e106243128096cef9f49.tar.bz2
volse-hubzilla-6fc8c174f911b09382b3e106243128096cef9f49.zip
Merge branch 'dev' into 'dev'
Remove scale_external_images() See merge request hubzilla/core!1441
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;
}