mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-04-02 10:45:31 +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)
|
if ($channelItem->link)
|
||||||
{
|
{
|
||||||
$lines[] = sprintf(
|
$lines[] = sprintf(
|
||||||
'=> %s',
|
'=> %s %s',
|
||||||
$channelItem->link
|
$channelItem->link,
|
||||||
|
parse_url(
|
||||||
|
$channelItem->link,
|
||||||
|
PHP_URL_HOST
|
||||||
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue