diff options
Diffstat (limited to '')
-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 a5fe848e5..ff131c007 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -215,11 +215,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']) { |