smilies on new item view
This commit is contained in:
parent
b23de4fa90
commit
bb5ad77e2a
1 changed files with 1 additions and 1 deletions
|
@ -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' => '',
|
||||
|
|
Loading…
Reference in a new issue