Changeset 6895
- Timestamp:
- 02/18/2008 05:13:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r6873 r6895 877 877 $notify_message .= sprintf( __('Website : %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 878 878 $notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n"; 879 $notify_message .= __('Trac back excerpt: ') . "\r\n" . $comment->comment_content . "\r\n\r\n";879 $notify_message .= __('Trackback excerpt: ') . "\r\n" . $comment->comment_content . "\r\n\r\n"; 880 880 break; 881 881 case 'pingback':
Note: See TracChangeset
for help on using the changeset viewer.