smilies on new item view

This commit is contained in:
Friendika 2011-01-25 05:26:12 -08:00
parent b23de4fa90
commit bb5ad77e2a
1 changed files with 1 additions and 1 deletions

View File

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