mirror of
https://github.com/YGGverse/Pulsar.git
synced 2025-03-13 05:41:21 +00:00
enshort source url on alt text
This commit is contained in:
parent
67c6fab4cf
commit
9d1984a171
@ -133,8 +133,12 @@ class Nex implements MessageComponentInterface
|
||||
if ($channelItem->link)
|
||||
{
|
||||
$lines[] = sprintf(
|
||||
'=> %s',
|
||||
$channelItem->link
|
||||
'=> %s %s',
|
||||
$channelItem->link,
|
||||
parse_url(
|
||||
$channelItem->link,
|
||||
PHP_URL_HOST
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user