Changeset 4133 for trunk/wp-includes/pluggable.php
- Timestamp:
- 08/30/2006 04:40:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r3992 r4133 346 346 $notify_message .= sprintf( __('Author : %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 347 347 $notify_message .= sprintf( __('E-mail : %s'), $comment->comment_author_email ) . "\r\n"; 348 $notify_message .= sprintf( __('UR I: %s'), $comment->comment_author_url ) . "\r\n";348 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 349 349 $notify_message .= sprintf( __('Whois : http://ws.arin.net/cgi-bin/whois.pl?queryinput=%s'), $comment->comment_author_IP ) . "\r\n"; 350 350 $notify_message .= __('Comment: ') . "\r\n" . $comment->comment_content . "\r\n\r\n"; … … 354 354 $notify_message = sprintf( __('New trackback on your post #%1$s "%2$s"'), $comment->comment_post_ID, $post->post_title ) . "\r\n"; 355 355 $notify_message .= sprintf( __('Website: %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 356 $notify_message .= sprintf( __('UR I: %s'), $comment->comment_author_url ) . "\r\n";356 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 357 357 $notify_message .= __('Excerpt: ') . "\r\n" . $comment->comment_content . "\r\n\r\n"; 358 358 $notify_message .= __('You can see all trackbacks on this post here: ') . "\r\n"; … … 361 361 $notify_message = sprintf( __('New pingback on your post #%1$s "%2$s"'), $comment->comment_post_ID, $post->post_title ) . "\r\n"; 362 362 $notify_message .= sprintf( __('Website: %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 363 $notify_message .= sprintf( __('UR I: %s'), $comment->comment_author_url ) . "\r\n";363 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 364 364 $notify_message .= __('Excerpt: ') . "\r\n" . sprintf('[...] %s [...]', $comment->comment_content ) . "\r\n\r\n"; 365 365 $notify_message .= __('You can see all pingbacks on this post here: ') . "\r\n"; … … 421 421 $notify_message .= sprintf( __('Author : %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 422 422 $notify_message .= sprintf( __('E-mail : %s'), $comment->comment_author_email ) . "\r\n"; 423 $notify_message .= sprintf( __('UR I: %s'), $comment->comment_author_url ) . "\r\n";423 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 424 424 $notify_message .= sprintf( __('Whois : http://ws.arin.net/cgi-bin/whois.pl?queryinput=%s'), $comment->comment_author_IP ) . "\r\n"; 425 425 $notify_message .= __('Comment: ') . "\r\n" . $comment->comment_content . "\r\n\r\n";
Note: See TracChangeset
for help on using the changeset viewer.