]> git.mxchange.org Git - friendica.git/commitdiff
"getStyledURL" is now public
authorMichael <heluecht@pirati.ca>
Fri, 26 May 2023 07:17:09 +0000 (07:17 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 26 May 2023 07:17:09 +0000 (07:17 +0000)
src/Content/Text/BBCode.php

index 89bd802027c49e7c570c340736b1deaa6a98c480..eae0bc43267976566475024656d9c651593aa41e 100644 (file)
@@ -517,7 +517,7 @@ class BBCode
         * @param string $url URL that is about to be reformatted
         * @return string reformatted link
         */
-       private static function getStyledURL(string $url): string
+       public static function getStyledURL(string $url): string
        {
                $parts = parse_url($url);
                $scheme = $parts['scheme'] . '://';