Changeset 15149
- Timestamp:
- 06/06/2010 02:44:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r14924 r15149 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";
Note: See TracChangeset
for help on using the changeset viewer.