diff options
author | Mario <mario@mariovavti.com> | 2018-12-22 20:08:44 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-12-22 20:08:44 +0100 |
commit | 04a2dc075f23a5fafba1f1ce74e49ece98ea73e0 (patch) | |
tree | 4e7218648cc345675ff1536d6f306a2b611f9f5d | |
parent | 01448c152c95bdb90b429710498d034f127983d1 (diff) | |
download | volse-hubzilla-04a2dc075f23a5fafba1f1ce74e49ece98ea73e0.tar.gz volse-hubzilla-04a2dc075f23a5fafba1f1ce74e49ece98ea73e0.tar.bz2 volse-hubzilla-04a2dc075f23a5fafba1f1ce74e49ece98ea73e0.zip |
manualy remove scale_external_images() due to merge conflicts
-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 29daa74e8..5add633a2 100644 --- a/include/text.php +++ b/include/text.php @@ -3331,8 +3331,6 @@ function cleanup_bbcode($body) { $body = preg_replace('/\[\/code\]\s*\[code\]/ism',"\n",$body); - $body = scale_external_images($body,false); - return $body; } |