mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-07 02:11:26 +02:00
- render_category_description and render_category_literal_description events refactoring
git-svn-id: http://piwigo.org/svn/trunk@2117 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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'])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user