Changeset 7495 for trunk/comments.php
- Timestamp:
- Oct 30, 2010, 1:32:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/comments.php
r7488 r7495 505 505 { 506 506 $tpl_comment['IN_EDIT'] = true; 507 $key = get_ comment_post_key($comment['image_id']);507 $key = get_ephemeral_key(2, $comment['image_id']); 508 508 $tpl_comment['KEY'] = $key; 509 509 $tpl_comment['IMAGE_ID'] = $comment['image_id'];
Note: See TracChangeset
for help on using the changeset viewer.