>
→', 'bloatless' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '"', '"', false )
) );
/* translators: used between list items, there is a space after the comma */
$tags_list = get_the_tag_list( '', esc_html__( ', ', 'bloatless' ) );
if ( $tags_list ) {
printf( '' . __( 'Tagged:', 'bloatless' ) . ' %1$s', $tags_list ); // WPCS: XSS OK.
}
?>