From 6af98e3e3b5b0180e72da3674e2caf9f180071ca Mon Sep 17 00:00:00 2001 From: Yoav Farhi Date: Sun, 8 Apr 2018 11:11:14 +0300 Subject: [PATCH] remove context --- inc/template-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) . '' );