Ticket #13740: 13740.diff
File 13740.diff, 789 bytes (added by , 15 years ago) |
---|
-
pluggable.php
1111 1111 switch ($comment->comment_type) 1112 1112 { 1113 1113 case 'trackback': 1114 $notify_message = sprintf( __('A new trackback on the post "%s" is waiting for your approval'), $post->post_title ) . "\r\n";1114 $notify_message = sprintf( __('A new trackback on the post "%s" is waiting for your approval'), $post->post_title ) . "\r\n"; 1115 1115 $notify_message .= get_permalink($comment->comment_post_ID) . "\r\n\r\n"; 1116 1116 $notify_message .= sprintf( __('Website : %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 1117 1117 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n";