diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-11-15 10:43:57 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-11-15 10:43:57 -0800 |
commit | 5a890b0ef910f58db906cf502e76d3b7eb4aca38 (patch) | |
tree | 4d02791c20e67afb0610362b146510175b054d2d /include/text.php | |
parent | d23452db2ba6bf11e2b9445bd8191aec8c22253a (diff) | |
parent | 281f9edce72f928e17d2a1075f28803ea3e265f2 (diff) | |
download | volse-hubzilla-5a890b0ef910f58db906cf502e76d3b7eb4aca38.tar.gz volse-hubzilla-5a890b0ef910f58db906cf502e76d3b7eb4aca38.tar.bz2 volse-hubzilla-5a890b0ef910f58db906cf502e76d3b7eb4aca38.zip |
Merge pull request #5 from fabrixxm/master
themes and strings works
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); |