From 80c330e6e31e9a3ea15fc653400b4c3414bd45d4 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 8 Jan 2020 23:22:13 +0000 Subject: [PATCH] Removed stuff --- src/Content/Text/BBCode.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 46eb95bd30..51fa08ad3d 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -967,9 +967,6 @@ class BBCode $attributes['avatar'] = ($author_contact['micro'] ?? '') ?: $attributes['avatar']; $attributes['profile'] = ($author_contact['url'] ?? '') ?: $attributes['profile']; - // $author_contact['url'] could be empty. So then we fill it with the profile - $author_contact['url'] = ($attributes['profile'] ?? '') ?: $author_contact['url']; - if ($attributes['avatar']) { $attributes['avatar'] = ProxyUtils::proxifyUrl($attributes['avatar'], false, ProxyUtils::SIZE_THUMB); }