Ignore:
Timestamp:
Jun 4, 2011, 11:07:27 PM (13 years ago)
Author:
mistic100
Message:

merge r11236 from trunk
transmit comment ID to template on comments and picture_comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/include/picture_comment.inc.php

    r8728 r11237  
    168168      $tpl_comment =
    169169        array(
     170          'ID' => $row['id'],
    170171          'AUTHOR' => trigger_event('render_comment_author', $author),
    171 
    172           'DATE' => format_date( $row['date'], true),
    173 
     172          'DATE' => format_date($row['date'], true),
    174173          'CONTENT' => trigger_event('render_comment_content',$row['content']),
    175174        );
Note: See TracChangeset for help on using the changeset viewer.