diff --git a/inc/template-tags.php b/inc/template-tags.php index c2f5bdf..d1fd44d 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -93,7 +93,7 @@ function _s_comment( $comment, $args, $depth ) {
- by ', '_s' ), + printf( __( 'Posted on by ', '_s' ), esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ),