}
/* translators: used between list items, there is a space after the comma */
- $tags_list = get_the_tag_list( '', esc_html__( ', ', 'wmta' ) );
- if ( $tags_list ) {
- printf( '<p class="tags-links">' . esc_html__( 'Tagged %1$s', 'wmta' ) . '</p>', $tags_list ); // WPCS: XSS OK.
- }
+ // $tags_list = get_the_tag_list( '', esc_html__( ', ', 'wmta' ) );
+ // if ( $tags_list ) {
+ // printf( '<p class="tags-links">' . esc_html__( 'Tagged %1$s', 'wmta' ) . '</p>', $tags_list ); // WPCS: XSS OK.
+ // }
}
/*
if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) {