Changeset 524 for trunk/b2comments.post.php
- Timestamp:
- 11/05/2003 12:11:03 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2comments.post.php
r458 r524 85 85 86 86 $wpdb->query("INSERT INTO $tablecomments VALUES ('0', '$comment_post_ID', '$author', '$email', '$url', '$user_ip', '$now', '$comment', '0')"); 87 $comment_ID = $wpdb->get_var("SELECT last_insert_id()"); 87 88 88 89 if ($comments_notify) { … … 96 97 $notify_message .= "URL : $comment_author_url\r\n"; 97 98 $notify_message .= "Whois : http://ws.arin.net/cgi-bin/whois.pl?queryinput=$user_ip\r\n"; 99 $notify_message .= "Delete : $siteurl/wp-admin/wp-post.php?action=deletecomment&p=$comment_post_ID&comment=$comment_ID \r\n"; 98 100 $notify_message .= "Comment:\r\n".stripslashes($original_comment)."\r\n\r\n"; 99 101 $notify_message .= "You can see all comments on this post here: \r\n";
Note: See TracChangeset
for help on using the changeset viewer.