smiley filter

This commit is contained in:
Friendika 2010-12-08 17:05:51 -08:00
commit eb13833d2a
20 changed files with 24 additions and 3 deletions

View file

@ -249,7 +249,7 @@ function display_content(&$a) {
'$osparkle' => $osparkle,
'$thumb' => $profile_avatar,
'$title' => $item['title'],
'$body' => bbcode($item['body']),
'$body' => smilies(bbcode($item['body'])),
'$ago' => relative_date($item['created']),
'$lock' => $lock,
'$location' => $location,