From: Friendika Date: Tue, 25 Jan 2011 13:26:12 +0000 (-0800) Subject: smilies on new item view X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb5ad77e2a67e0443444a433583c7d8de1a037a9;p=friendica.git smilies on new item view --- diff --git a/mod/network.php b/mod/network.php index f9badda78b..02e458d8fb 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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' => '',