diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-10-02 05:42:22 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-10-02 05:42:22 +0000 |
commit | 530e3e6974f95be5a5cca823b33ec8f7562fbcf6 (patch) | |
tree | 7eb1cb1f5b66c90c8e032b33833a2c1c331ee496 /include/category_cats.inc.php | |
parent | 58977351dd282cd14b53bbf04494acbddc185900 (diff) |
- merge r 2117 from trunk (render_category_description and render_category_literal_description events refactoring)
- fix admin multiview plugin
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2118 68402e56-0260-453c-a942-63ccdbb3a9ee
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']) { |