diff --git a/inc/template-tags.php b/inc/template-tags.php
index a0143e2..32d5ae8 100644
--- a/inc/template-tags.php
+++ b/inc/template-tags.php
@@ -178,11 +178,10 @@ function _s_posted_on() {
);
printf( __( 'Posted on %1$s by %2$s', '_s' ),
- sprintf( '' . $time_string . '',
+ sprintf( '%3$s',
esc_url( get_permalink() ),
esc_attr( get_the_time() ),
- esc_attr( get_the_date( 'c' ) ),
- esc_html( get_the_date() )
+ $time_string
),
sprintf( '%3$s',
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),