aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/text.php2
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;
}