Add forgotten spaces. See #17777
git-svn-id: https://develop.svn.wordpress.org/trunk@18304 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b7a32f3bcb
commit
ae474053f7
|
@ -519,8 +519,8 @@ function twentyeleven_comment( $comment, $args, $depth ) {
|
||||||
sprintf( '<a href="%1$s"><time pubdate datetime="%2$s">%3$s</time></a>',
|
sprintf( '<a href="%1$s"><time pubdate datetime="%2$s">%3$s</time></a>',
|
||||||
esc_url( get_comment_link( $comment->comment_ID ) ),
|
esc_url( get_comment_link( $comment->comment_ID ) ),
|
||||||
get_comment_time( 'c' ),
|
get_comment_time( 'c' ),
|
||||||
/* translators: 1: date, 2: time*/
|
/* translators: 1: date, 2: time */
|
||||||
sprintf( __('%1$s at %2$s', 'twentyeleven' ), get_comment_date(), get_comment_time() )
|
sprintf( __( '%1$s at %2$s', 'twentyeleven' ), get_comment_date(), get_comment_time() )
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue