]> git.mxchange.org Git - friendica.git/commitdiff
Remove superfluous comment in BBCode::scaleExternalImage
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 3 Jan 2020 14:30:35 +0000 (09:30 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 3 Jan 2020 14:30:35 +0000 (09:30 -0500)
src/Content/Text/BBCode.php

index fac2b83c17618aa01794e9b7520c425cd3c40cdf..51fa08ad3d3afe9fbdb06c580b8384c267eff0f6 100644 (file)
@@ -438,7 +438,6 @@ class BBCode
 
        public static function scaleExternalImages($srctext)
        {
-               // Picture addresses can contain special characters
                $s = $srctext;
 
                $matches = null;