Changeset 2030 for trunk/comments.php


Ignore:
Timestamp:
Jun 7, 2007, 8:50:25 PM (17 years ago)
Author:
rub
Message:

Resolved issue 0000702: Code Injection with picture comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comments.php

    r2012 r2030  
    412412        'TN_SRC' => $thumbnail_src,
    413413        'ALT' => $name,
    414         'AUTHOR' => $author,
     414        'AUTHOR' => trigger_event('render_comment_author', $author),
    415415        'DATE'=>format_date($comment['date'],'mysql_datetime',true),
    416416        'CONTENT'=>trigger_event('render_comment_content',$comment['content']),
Note: See TracChangeset for help on using the changeset viewer.