Ignore:
Timestamp:
Jun 2, 2014, 9:55:46 AM (10 years ago)
Author:
mistic100
Message:

feature 3010 : replace trigger_action/event by trigger_notify/change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/comments.php

    r26461 r28587  
    201201      'ID' => $row['id'],
    202202      'TN_SRC' => $thumb,
    203       'AUTHOR' => trigger_event('render_comment_author', $author_name),
     203      'AUTHOR' => trigger_change('render_comment_author', $author_name),
    204204      'DATE' => format_date($row['date'], true),
    205       'CONTENT' => trigger_event('render_comment_content',$row['content']),
     205      'CONTENT' => trigger_change('render_comment_content',$row['content']),
    206206      'IS_PENDING' => ('false' == $row['validated']),
    207207      )
Note: See TracChangeset for help on using the changeset viewer.