From 962467ee686046434e6ad060863eabb55fef2652 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 15 Nov 2011 17:41:38 +0100 Subject: item tags as array to templates --- include/text.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/text.php') 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 .= '
'; } - $arr = explode(',',$item['tag']); - if(count($arr)) { - $s .= '
'; - foreach($arr as $r) { - $s .= bbcode($r) . ' '; - } - $s .= '
'; - } $prep_arr = array('item' => $item, 'html' => $s); call_hooks('prepare_body_final', $prep_arr); -- cgit v1.2.3