Merge branch 'origin' into 'develop'

merge upstream/master for 3.8.8

See merge request harukin/core!30
This commit is contained in:
harukin
2018-12-24 00:54:15 +09:00
16 changed files with 98 additions and 132 deletions

View File

@@ -3339,8 +3339,6 @@ function cleanup_bbcode($body) {
$body = preg_replace('/\[\/code\]\s*\[code\]/ism',"\n",$body);
$body = scale_external_images($body,false);
return $body;
}