Changeset 11237


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

Location:
branches/2.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/comments.php

    r9679 r11237  
    463463
    464464    $tpl_comment = array(
     465      'ID' => $comment_id,
    465466      'U_PICTURE' => $url,
    466467      'TN_SRC' => $thumbnail_src,
  • 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.