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 --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 52dd517b0..ab21a7e5a 100644 --- a/index.php +++ b/index.php @@ -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']); -- cgit v1.2.3