Add forgotten spaces. See #17777
git-svn-id: http://svn.automattic.com/wordpress/trunk@18304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bdbb5bce7a
commit
dccfa68410
|
@ -519,8 +519,8 @@ function twentyeleven_comment( $comment, $args, $depth ) {
|
|||
sprintf( '<a href="%1$s"><time pubdate datetime="%2$s">%3$s</time></a>',
|
||||
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() )
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue