From e5e776a263ba63407893a28df379f2ac8152680c Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 8 Nov 2006 04:28:30 +0000 Subject: - comments.php improvements: - unvalidated comments are shown only for administrators - added delete/validate icons for admins - removed some unused code - display of comment content performed through an event - replace some get_thumbnail_src with get_thumbnail_url git-svn-id: http://piwigo.org/svn/trunk@1598 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/picture_comment.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/picture_comment.inc.php') diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php index ad2878fcb..679f6287f 100644 --- a/include/picture_comment.inc.php +++ b/include/picture_comment.inc.php @@ -176,7 +176,7 @@ SELECT id,author,date,image_id,content 'mysql_datetime', true), - 'COMMENT' => parse_comment_content($row['content']), + 'COMMENT' => trigger_event('render_comment_content',$row['content']), ) ); -- cgit v1.2.3