Make WordPress Core

Ticket #13740: 13740.diff

File 13740.diff, 789 bytes (added by mattsains, 15 years ago)
  • pluggable.php

     
    11111111        switch ($comment->comment_type)
    11121112        {
    11131113                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";
    11151115                        $notify_message .= get_permalink($comment->comment_post_ID) . "\r\n\r\n";
    11161116                        $notify_message .= sprintf( __('Website : %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n";
    11171117                        $notify_message .= sprintf( __('URL    : %s'), $comment->comment_author_url ) . "\r\n";