~robotparade/wordpress/stable

« back to all changes in this revision

Viewing changes to wp-includes/pluggable.php

  • Committer: Jeff Waugh
  • Date: 2010-06-11 21:00:40 UTC
  • Revision ID: jdub@bethesignal.org-20100611210040-9narx3kdlayc8x39
WordPress 3.0 RC3

Show diffs side-by-side

added added

removed removed

Lines of Context:
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";