From 022316fd49b6c8ecd713a4d198b587dd13565f8b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 12 Mar 2013 01:55:25 -0700 Subject: tell it like it is --- include/bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/bbcode.php b/include/bbcode.php index 6285b16be..82d25ffc8 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -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'), - '' . $author, - '' . t('post'), + '' . $author . '', + '' . t('post') . '', $reldate ); -- cgit v1.2.3