%2$s';
if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
$time_string = '';
}
if ( get_option( 'date_format' ) != 'F j, Y' ) {
$date_format = esc_html( get_the_date() );
} else {
$date_format = '' . esc_html( get_the_date( 'j' ) ) . ' ' . esc_html( get_the_date( 'M Y' ) ) . '';
}
$time_string = sprintf( $time_string,
esc_attr( get_the_date( 'c' ) ),
$date_format,
esc_attr( get_the_modified_date( 'c' ) ),
esc_html( get_the_modified_date() )
);
$posted_on = '' . $time_string . '';
echo '' . $posted_on . ''; ?>
' . $content . '';
?>
', ''); ?>