Typo fix. Props pedger, mattsains. fixes #13740

git-svn-id: https://develop.svn.wordpress.org/trunk@15149 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-06-06 14:44:48 +00:00
parent 6f57a1a3ec
commit e8b955bd48
1 changed files with 1 additions and 1 deletions

View File

@ -1111,7 +1111,7 @@ function wp_notify_moderator($comment_id) {
switch ($comment->comment_type)
{
case 'trackback':
$notify_message = sprintf( __('A new trackback on the post"%s" is waiting for your approval'), $post->post_title ) . "\r\n";
$notify_message = sprintf( __('A new trackback on the post "%s" is waiting for your approval'), $post->post_title ) . "\r\n";
$notify_message .= get_permalink($comment->comment_post_ID) . "\r\n\r\n";
$notify_message .= sprintf( __('Website : %1$s (IP: %2$s , %3$s)'), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n";
$notify_message .= sprintf( __('URL : %s'), $comment->comment_author_url ) . "\r\n";