diff --git a/inc/template-tags.php b/inc/template-tags.php index af0ca301..eb38c992 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -130,7 +130,7 @@ function _s_posted_on() { esc_html( get_the_date() ), esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', '_s' ), get_the_author() ) ), - esc_html( get_the_author() ) + get_the_author() ); } endif;