diff options
Diffstat (limited to 'include/category_cats.inc.php')
-rw-r--r-- | include/category_cats.inc.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php index 82d1eb11d..716377c29 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -178,11 +178,6 @@ if (count($categories) > 0) update_cats_with_filtered_data($categories); } - // add default event handler for rendering category literal description - add_event_handler('render_category_literal_description', - create_function('$d', - 'return strip_tags($d, \'<a><br><p><b><i><small><strong><font>\');')); - trigger_action('loc_begin_index_category_thumbnails', $categories); if ($conf['subcatify']) { |