aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-11-15 17:41:38 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-11-15 17:41:38 +0100
commit962467ee686046434e6ad060863eabb55fef2652 (patch)
treed3dcb7827a11b177d6412fa14456f4122f4a0c63 /include/text.php
parent5c7fb2b0fe578d4271f8752d3853e1fa4b121942 (diff)
downloadvolse-hubzilla-962467ee686046434e6ad060863eabb55fef2652.tar.gz
volse-hubzilla-962467ee686046434e6ad060863eabb55fef2652.tar.bz2
volse-hubzilla-962467ee686046434e6ad060863eabb55fef2652.zip
item tags as array to templates
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php8
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);