Ticket #20183: pluggable.diff
| File pluggable.diff, 1.6 KB (added by , 14 years ago) |
|---|
-
pluggable.php
1004 1004 $notify_message .= sprintf( __('Author : %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 1005 1005 $notify_message .= sprintf( __('E-mail : %s'), $comment->comment_author_email ) . "\r\n"; 1006 1006 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 1007 $notify_message .= sprintf( __('Country : http://www.ip2country.cc/q=%s'), $comment->comment_author_IP ) . "\r\n"; 1007 1008 $notify_message .= sprintf( __('Whois : http://whois.arin.net/rest/ip/%s'), $comment->comment_author_IP ) . "\r\n"; 1008 1009 $notify_message .= __('Comment: ') . "\r\n" . $comment->comment_content . "\r\n\r\n"; 1009 1010 $notify_message .= __('You can see all comments on this post here: ') . "\r\n"; … … 1117 1118 $notify_message .= sprintf( __('Author : %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 1118 1119 $notify_message .= sprintf( __('E-mail : %s'), $comment->comment_author_email ) . "\r\n"; 1119 1120 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 1121 $notify_message .= sprintf( __('Country : http://www.ip2country.cc?q=%s'), $comment->comment_author_IP ) . "\r\n"; 1120 1122 $notify_message .= sprintf( __('Whois : http://whois.arin.net/rest/ip/%s'), $comment->comment_author_IP ) . "\r\n"; 1121 1123 $notify_message .= __('Comment: ') . "\r\n" . $comment->comment_content . "\r\n\r\n"; 1122 1124 break;