%3$s';
if (get_the_time('U') !== get_the_modified_time('U')) {
$time_string = '';
}
$meta_text = str_replace(
array(
'%s1',
'%s2'
),
array(
'%2$s',
$time_string
),
amp_wp_translation_get( 'by_on' )
);
if (get_the_time('U') !== get_the_modified_time('U')) {
printf( $meta_text, $post_publised_by_url, $post_publised_by, $post_publised_date, $post_modified_date );
} else {
printf( $meta_text, $post_publised_by_url, $post_publised_by, $post_publised_date );
}
?>