Make WordPress Core

Ticket #2874: 2874.diff

File 2874.diff, 970 bytes (added by Nazgul, 18 years ago)
  • wp-includes/pluggable.php

     
    368368                $subject = sprintf( __('[%1$s] Pingback: "%2$s"'), $blogname, $post->post_title );
    369369        }
    370370        $notify_message .= get_permalink($comment->comment_post_ID) . "#comments\r\n\r\n";
     371        $notify_message .= sprintf( __('To respond to this comment, visit: %s'), get_permalink($comment->comment_post_ID) . "#respond\r\n");
    371372        $notify_message .= sprintf( __('To delete this comment, visit: %s'), get_option('siteurl').'/wp-admin/comment.php?action=confirmdeletecomment&p='.$comment->comment_post_ID."&comment=$comment_id" ) . "\r\n";
    372373        $notify_message .= sprintf( __('To mark this comment as spam, visit: %s'), get_option('siteurl').'/wp-admin/comment.php?action=confirmdeletecomment&delete_type=spam&p='.$comment->comment_post_ID."&comment=$comment_id" ) . "\r\n";
    373374