]> git.mxchange.org Git - friendica.git/commitdiff
smilies on new item view
authorFriendika <info@friendika.com>
Tue, 25 Jan 2011 13:26:12 +0000 (05:26 -0800)
committerFriendika <info@friendika.com>
Tue, 25 Jan 2011 13:26:12 +0000 (05:26 -0800)
mod/network.php

index f9badda78bada413e513d88920515e1bba751c77..02e458d8fb5ef0c83402fd4a5b0a6f30d1d04d29 100644 (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' => '',