mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 17:55:37 +00:00
enshort source url on alt text
This commit is contained in:
parent
67c6fab4cf
commit
9d1984a171
1 changed files with 6 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue