diff --git a/inc/template-tags.php b/inc/template-tags.php index c852eb79..71518aeb 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -82,7 +82,8 @@ function _s_posted_on() { esc_html( get_the_modified_date() ) ); - printf( __( 'Posted on %1$s by %2$s', '_s' ), + printf( + '' . __( 'Posted on %1$s', '_s' ) . ' ' . __( 'by %2$s', '_s' ) . '', sprintf( '%2$s', esc_url( get_permalink() ), $time_string