From 2889cbc4eb06ce32caf3d5f8d592120830c4b676 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 2 Oct 2007 05:38:54 +0000 Subject: - render_category_description and render_category_literal_description events refactoring git-svn-id: http://piwigo.org/svn/trunk@2117 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_cats.inc.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/category_cats.inc.php') 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, \'

\');')); - trigger_action('loc_begin_index_category_thumbnails', $categories); if ($conf['subcatify']) { -- cgit v1.2.3