From dccfa68410143fa1787c9bbb30fed28869a49a5d Mon Sep 17 00:00:00 2001 From: nbachiyski Date: Mon, 13 Jun 2011 14:54:14 +0000 Subject: [PATCH] Add forgotten spaces. See #17777 git-svn-id: http://svn.automattic.com/wordpress/trunk@18304 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index 3d385fa130..31f80e4ccc 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -519,8 +519,8 @@ function twentyeleven_comment( $comment, $args, $depth ) { sprintf( '', esc_url( get_comment_link( $comment->comment_ID ) ), get_comment_time( 'c' ), - /* translators: 1: date, 2: time*/ - sprintf( __('%1$s at %2$s', 'twentyeleven' ), get_comment_date(), get_comment_time() ) + /* translators: 1: date, 2: time */ + sprintf( __( '%1$s at %2$s', 'twentyeleven' ), get_comment_date(), get_comment_time() ) ) ); ?>