aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_cats.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-10-02 05:38:54 +0000
committerrvelices <rv-github@modusoptimus.com>2007-10-02 05:38:54 +0000
commit2889cbc4eb06ce32caf3d5f8d592120830c4b676 (patch)
treed286d36b599997942997b859e0652648acbe9d49 /include/category_cats.inc.php
parent00d39fe8ba9c559a1208ca135cb7203b37ba68ce (diff)
- render_category_description and render_category_literal_description events refactoring
git-svn-id: http://piwigo.org/svn/trunk@2117 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/category_cats.inc.php')
-rw-r--r--include/category_cats.inc.php5
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'])
{