Ticket #15515: 15515.2.patch
| File 15515.2.patch, 504 bytes (added by , 15 years ago) |
|---|
-
comment.php
1453 1453 // Now extract the merged array. 1454 1454 extract(stripslashes_deep($commentarr), EXTR_SKIP); 1455 1455 1456 $comment_content = apply_filters('comment_save_pre', $comment_content );1456 $comment_content = apply_filters('comment_save_pre', $comment_content, $commentarr['comment_ID']); 1457 1457 1458 1458 $comment_date_gmt = get_gmt_from_date($comment_date); 1459 1459