revert debug comment from the last commit
This commit is contained in:
parent
b3d1ea4cd5
commit
7890157f52
@ -88,7 +88,7 @@ function markdown_to_bb($s, $use_zrl = false, $options = []) {
|
||||
$s = preg_replace("/(\[code\])+(.*?)(\[\/code\])+/ism","[code]$2[/code]", $s);
|
||||
|
||||
// Don't show link to full picture (until it is fixed)
|
||||
//$s = scale_external_images($s, false);
|
||||
$s = scale_external_images($s, false);
|
||||
|
||||
/**
|
||||
* @hooks markdown_to_bb
|
||||
|
Reference in New Issue
Block a user