mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:50:11 +00:00
Remove unused BBCode::scaleExternalImage parameters
- Remove now obsolete system.no_view_full_size config key
This commit is contained in:
parent
542e83137b
commit
52c5b0e0f3
4 changed files with 6 additions and 27 deletions
|
@ -119,7 +119,7 @@ class Markdown
|
|||
$s = preg_replace('/(\[code\])+(.*?)(\[\/code\])+/ism', '[code]$2[/code]', $s);
|
||||
|
||||
// Don't show link to full picture (until it is fixed)
|
||||
$s = BBCode::scaleExternalImages($s, false);
|
||||
$s = BBCode::scaleExternalImages($s);
|
||||
|
||||
return $s;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue