Ignore:
Timestamp:
Jun 17, 2011, 7:14:36 PM (13 years ago)
Author:
mistic100
Message:

minor change according to new ReplyTo method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/include/coa_comments_page.php

    r11327 r11417  
    287287        'AUTHOR' => trigger_event('render_comment_author', $comment['author']),
    288288        'DATE' => format_date($comment['date'], true),
    289         'CONTENT' => trigger_event('render_comment_content',$comment['content']),
     289        'CONTENT' => trigger_event('render_comment_content', $comment['content'], 'album'),
    290290        );
    291291
Note: See TracChangeset for help on using the changeset viewer.