smiley filter

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

View file

@ -292,7 +292,7 @@ function network_content(&$a, $update = 0) {
'$osparkle' => $osparkle,
'$sparkle' => $sparkle,
'$title' => $item['title'],
'$body' => bbcode($item['body']),
'$body' => smilies(bbcode($item['body'])),
'$ago' => relative_date($item['created']),
'$lock' => $lock,
'$location' => $location,