Ticket #15281: whois.diff
| File whois.diff, 1.7 KB (added by , 16 years ago) |
|---|
-
wp-includes/pluggable.php
1025 1025 $notify_message .= sprintf( __('Author : %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 1026 1026 $notify_message .= sprintf( __('E-mail : %s'), $comment->comment_author_email ) . "\r\n"; 1027 1027 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 1028 $notify_message .= sprintf( __('Whois : http://w s.arin.net/cgi-bin/whois.pl?queryinput=%s'), $comment->comment_author_IP ) . "\r\n";1028 $notify_message .= sprintf( __('Whois : http://whois.arin.net/rest/ip/%s'), $comment->comment_author_IP ) . "\r\n"; 1029 1029 $notify_message .= __('Comment: ') . "\r\n" . $comment->comment_content . "\r\n\r\n"; 1030 1030 $notify_message .= __('You can see all comments on this post here: ') . "\r\n"; 1031 1031 /* translators: 1: blog name, 2: post title */ … … 1138 1138 $notify_message .= sprintf( __('Author : %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 1139 1139 $notify_message .= sprintf( __('E-mail : %s'), $comment->comment_author_email ) . "\r\n"; 1140 1140 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 1141 $notify_message .= sprintf( __('Whois : http://w s.arin.net/cgi-bin/whois.pl?queryinput=%s'), $comment->comment_author_IP ) . "\r\n";1141 $notify_message .= sprintf( __('Whois : http://whois.arin.net/rest/ip/%s'), $comment->comment_author_IP ) . "\r\n"; 1142 1142 $notify_message .= __('Comment: ') . "\r\n" . $comment->comment_content . "\r\n\r\n"; 1143 1143 break; 1144 1144 }