' . esc_html__( 'Tagged %1$s', 'aster' ) . '', $tags_list );
}
}
}
if ( ! function_exists( 'aster_posted_on' ) ) {
function aster_posted_on() { ?>
-
%2$s',
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
esc_html( get_the_author() )
) ?>
- /
-
%2$s';
if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
$time_string = '';
}
printf( $time_string,
esc_attr( get_the_date( 'c' ) ),
esc_html( get_the_date() ),
esc_attr( get_the_modified_date( 'c' ) ),
esc_html( get_the_modified_date() )
);
?>