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() ) ) ); ?>