diff options
author | friendica <info@friendica.com> | 2011-11-15 12:09:22 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-15 12:09:22 -0800 |
commit | 3bd2b731b2040e1025caef68e7da1f07907ae809 (patch) | |
tree | 5ab020a351c431800da49b72d6a7bd458d00620e /include/text.php | |
parent | 6726d406f0ff4552474f18846e2709c5f3d34916 (diff) | |
parent | 5a890b0ef910f58db906cf502e76d3b7eb4aca38 (diff) | |
download | volse-hubzilla-3bd2b731b2040e1025caef68e7da1f07907ae809.tar.gz volse-hubzilla-3bd2b731b2040e1025caef68e7da1f07907ae809.tar.bz2 volse-hubzilla-3bd2b731b2040e1025caef68e7da1f07907ae809.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/text.php b/include/text.php index 59fc15007..08803cc9b 100644 --- a/include/text.php +++ b/include/text.php @@ -788,14 +788,6 @@ function prepare_body($item,$attach = false) { $s .= '<div class="clear"></div></div>'; } - $arr = explode(',',$item['tag']); - if(count($arr)) { - $s .= '<div class="body-tag">'; - foreach($arr as $r) { - $s .= bbcode($r) . ' '; - } - $s .= '</div>'; - } $prep_arr = array('item' => $item, 'html' => $s); call_hooks('prepare_body_final', $prep_arr); |