mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:10:11 +00:00
provide a date indication in reshared content
This commit is contained in:
parent
b42427d576
commit
30f1fb2c4d
5 changed files with 118 additions and 99 deletions
|
@ -26,7 +26,8 @@ function share_init(&$a) {
|
|||
$o = "[share author='".str_replace("'", "'",$r[0]['author-name']).
|
||||
"' profile='".$r[0]['author-link'].
|
||||
"' avatar='".$r[0]['author-avatar'].
|
||||
"' link='".$r[0]['plink']."']\n";
|
||||
"' link='".$r[0]['plink'].
|
||||
"' posted='".$r[0]['created']."']\n";
|
||||
if($r[0]['title'])
|
||||
$o .= '[b]'.$r[0]['title'].'[/b]'."\n";
|
||||
$o .= $r[0]['body'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue