Make WordPress Core

Changeset 16760


Ignore:
Timestamp:
12/06/2010 10:56:47 PM (14 years ago)
Author:
nacin
Message:

Remove unnecessary space. props demetris, JohnPBloch. fixes #12797.

File:
1 edited

Legend:

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

    r16411 r16760  
    10551055    }
    10561056    $notify_message .= get_permalink($comment->comment_post_ID) . "#comments\r\n\r\n";
    1057     $notify_message .= sprintf( __('Permalink : %s'), get_permalink( $comment->comment_post_ID ) . '#comment-' . $comment_id ) . "\r\n";
     1057    $notify_message .= sprintf( __('Permalink: %s'), get_permalink( $comment->comment_post_ID ) . '#comment-' . $comment_id ) . "\r\n";
    10581058    if ( EMPTY_TRASH_DAYS )
    10591059        $notify_message .= sprintf( __('Trash it: %s'), admin_url("comment.php?action=trash&c=$comment_id") ) . "\r\n";
Note: See TracChangeset for help on using the changeset viewer.