]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
show creative commons coverage on registration page
[friendica.git] / mod / network.php
index c52bb74fc5735a2df7ee7973fc5ef08dcc9e9194..43c55b8e3f4dee124e16a27e94aec165be6fa430 100644 (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,