diff --git a/inc/template-tags.php b/inc/template-tags.php index f44c33b6..8044c303 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -26,9 +26,9 @@ if ( ! function_exists( '_s_posted_on_by' ) ) : ); printf( - /* translators: %1$s: post date, %2$s: post author . */ - __( 'Posted on %1$s by %2%s', '_s' ), - '' . $time_string . '', + /* translators: %1$s: post date, %2$s: post author . */ + __( 'Posted on %1$s by %2$s', '_s' ), + '' . $time_string . '', // WPCS: XSS OK. '' . esc_html( get_the_author() ) . '' ); }