mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 05:25:15 +02:00
smiley filter
This commit is contained in:
parent
4d0f0f9a94
commit
eb13833d2a
20 changed files with 24 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue