diff --git a/inc/template-tags.php b/inc/template-tags.php
index bb72c12c..f44c33b6 100644
--- a/inc/template-tags.php
+++ b/inc/template-tags.php
@@ -27,7 +27,7 @@ if ( ! function_exists( '_s_posted_on_by' ) ) :
printf(
/* translators: %1$s: post date, %2$s: post author . */
- esc_html_x( 'Posted on %1$s by %2%s', 'post author', '_s' ),
+ __( 'Posted on %1$s by %2%s', '_s' ),
'' . $time_string . '',
'' . esc_html( get_the_author() ) . ''
);