From 09e076b152a6e33539503e29981ff48106528f03 Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 6 Dec 2010 22:56:47 +0000 Subject: [PATCH] Remove unnecessary space. props demetris, JohnPBloch. fixes #12797. git-svn-id: http://svn.automattic.com/wordpress/trunk@16760 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 63aca6bf9e..e6581bd860 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -1054,7 +1054,7 @@ function wp_notify_postauthor( $comment_id, $comment_type = '' ) { $subject = sprintf( __('[%1$s] Pingback: "%2$s"'), $blogname, $post->post_title ); } $notify_message .= get_permalink($comment->comment_post_ID) . "#comments\r\n\r\n"; - $notify_message .= sprintf( __('Permalink : %s'), get_permalink( $comment->comment_post_ID ) . '#comment-' . $comment_id ) . "\r\n"; + $notify_message .= sprintf( __('Permalink: %s'), get_permalink( $comment->comment_post_ID ) . '#comment-' . $comment_id ) . "\r\n"; if ( EMPTY_TRASH_DAYS ) $notify_message .= sprintf( __('Trash it: %s'), admin_url("comment.php?action=trash&c=$comment_id") ) . "\r\n"; else