mirror of
https://github.com/friendica/friendica
synced 2024-11-18 17:43:41 +00:00
Remove superfluous comment in BBCode::scaleExternalImage
This commit is contained in:
parent
52c5b0e0f3
commit
4461c16165
1 changed files with 0 additions and 1 deletions
|
@ -438,7 +438,6 @@ class BBCode
|
||||||
|
|
||||||
public static function scaleExternalImages($srctext)
|
public static function scaleExternalImages($srctext)
|
||||||
{
|
{
|
||||||
// Picture addresses can contain special characters
|
|
||||||
$s = $srctext;
|
$s = $srctext;
|
||||||
|
|
||||||
$matches = null;
|
$matches = null;
|
||||||
|
|
Loading…
Reference in a new issue