tell it like it is

This commit is contained in:
friendica
2013-03-12 01:55:25 -07:00
parent f3f341eb8d
commit 022316fd49
2 changed files with 3 additions and 20 deletions

View File

@@ -159,8 +159,8 @@ function bb_ShareAttributes($match) {
// Bob Smith wrote the following post 2 hours ago
$fmt = sprintf( t('%1$s wrote the following %2$s %3$s'),
'<a href="' . zid($profile) . '" >' . $author,
'<a href="' . zid($link) . '" >' . t('post'),
'<a href="' . zid($profile) . '" >' . $author . '</a>',
'<a href="' . zid($link) . '" >' . t('post') . '</a>',
$reldate
);