Changeset 16411
- Timestamp:
- 11/17/2010 12:54:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r16340 r16411 1030 1030 $notify_message .= sprintf( __('E-mail : %s'), $comment->comment_author_email ) . "\r\n"; 1031 1031 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 1032 $notify_message .= sprintf( __('Whois : http://w s.arin.net/cgi-bin/whois.pl?queryinput=%s'), $comment->comment_author_IP ) . "\r\n";1032 $notify_message .= sprintf( __('Whois : http://whois.arin.net/rest/ip/%s'), $comment->comment_author_IP ) . "\r\n"; 1033 1033 $notify_message .= __('Comment: ') . "\r\n" . $comment->comment_content . "\r\n\r\n"; 1034 1034 $notify_message .= __('You can see all comments on this post here: ') . "\r\n"; … … 1143 1143 $notify_message .= sprintf( __('E-mail : %s'), $comment->comment_author_email ) . "\r\n"; 1144 1144 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 1145 $notify_message .= sprintf( __('Whois : http://w s.arin.net/cgi-bin/whois.pl?queryinput=%s'), $comment->comment_author_IP ) . "\r\n";1145 $notify_message .= sprintf( __('Whois : http://whois.arin.net/rest/ip/%s'), $comment->comment_author_IP ) . "\r\n"; 1146 1146 $notify_message .= __('Comment: ') . "\r\n" . $comment->comment_content . "\r\n\r\n"; 1147 1147 break;
Note: See TracChangeset
for help on using the changeset viewer.