diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-10-02 05:38:54 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-10-02 05:38:54 +0000 |
commit | 2889cbc4eb06ce32caf3d5f8d592120830c4b676 (patch) | |
tree | d286d36b599997942997b859e0652648acbe9d49 /index.php | |
parent | 00d39fe8ba9c559a1208ca135cb7203b37ba68ce (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 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -296,8 +296,7 @@ if (isset($page['comment']) and $page['comment'] != '') $template->assign_block_vars( 'cat_infos.comment', array( - 'COMMENTS' => - trigger_event('render_category_description', $page['comment']) + 'COMMENTS' => $page['comment'] ) ); $header_infos['COMMENT'] = strip_tags($page['comment']); |