]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/ParseUrl.php
Converted multiple single-comment (//) to multi-line comment block (/* */)
[friendica.git] / src / Util / ParseUrl.php
index 9f0fd8a9bca82be9681597314bdd52324a341e68..f86a6480b7b9e56e6c2eddf71ac10ae0eb9a4c55 100644 (file)
@@ -543,8 +543,11 @@ class ParseUrl
        {
                if (!empty($siteinfo['images'])) {
                        array_walk($siteinfo['images'], function (&$image) use ($page_url) {
-                               // According to the specifications someone could place a picture url into the content field as well.
-                               // But this doesn't seem to happen in the wild, so we don't cover it here.
+                               /*
+                                * According to the specifications someone could place a picture
+                                * URL into the content field as well. But this doesn't seem to
+                                * happen in the wild, so we don't cover it here.
+                                */
                                if (!empty($image['url'])) {
                                        $image['url'] = self::completeUrl($image['url'], $page_url);
                                        $photodata = Images::getInfoFromURLCached($image['url']);