Make WordPress Core

Changeset 15149


Ignore:
Timestamp:
06/06/2010 02:44:48 PM (15 years ago)
Author:
ryan
Message:

Typo fix. Props pedger, mattsains. fixes #13740

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r14924 r15149  
    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";
Note: See TracChangeset for help on using the changeset viewer.