provide a date indication in reshared content

This commit is contained in:
friendica 2013-01-15 14:58:50 -08:00
parent b42427d576
commit 30f1fb2c4d
5 changed files with 118 additions and 99 deletions

View file

@ -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'];