mirror of
https://github.com/friendica/friendica
synced 2024-11-20 13:03:41 +00:00
The new link description should be better.
This commit is contained in:
parent
e224e12cb9
commit
fe8f8ade69
1 changed files with 2 additions and 2 deletions
|
@ -1694,8 +1694,8 @@ function get_plink($item) {
|
||||||
//'href' => $a->get_baseurl()."/display/".$a->user['nickname']."/".$item['id'],
|
//'href' => $a->get_baseurl()."/display/".$a->user['nickname']."/".$item['id'],
|
||||||
'href' => $a->get_baseurl()."/display/".$item['guid'],
|
'href' => $a->get_baseurl()."/display/".$item['guid'],
|
||||||
'orig' => $a->get_baseurl()."/display/".$item['guid'],
|
'orig' => $a->get_baseurl()."/display/".$item['guid'],
|
||||||
'title' => t('local thread'),
|
'title' => t('View on separate page'),
|
||||||
'orig_title' => t('local thread'),
|
'orig_title' => t('view on separate page'),
|
||||||
);
|
);
|
||||||
|
|
||||||
if (x($item,'plink')) {
|
if (x($item,'plink')) {
|
||||||
|
|
Loading…
Reference in a new issue