' . esc_html__( 'Posted in %1$s', 'ba-tours-light' ) . '', wp_kses_post($categories_list) );
}
$tags_list = get_the_tag_list( '', esc_html_x( ', ', 'list item separator', 'ba-tours-light' ) );
if ( $tags_list ) {
/* translators: %1$s: tag list. */
printf( '' . esc_html__( 'Tagged %1$s', 'ba-tours-light' ) . '', wp_kses_post( $tags_list ) );
}
}
if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) {
echo '';
}
edit_post_link(
sprintf(
wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Edit %s', 'ba-tours-light' ),
array(
'span' => array(
'class' => array(),
),
)
),
get_the_title()
),
'',
''
);