From 5e62b8dc9edc13473a3d6cdcf423542d30346f1e Mon Sep 17 00:00:00 2001 From: Ulrich Pogson Date: Mon, 24 Mar 2014 00:08:21 +0100 Subject: [PATCH] Remove html from string --- inc/template-tags.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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