' . esc_html__( 'Posted in %1$s', 'skil' ) . '', $categories_list ); // WPCS: XSS OK. } /* translators: used between list items, there is a space after the comma */ $tags_list = get_the_tag_list( '', esc_html__( ', ', 'skil' ) ); if ( $tags_list ) { printf( '' . esc_html__( 'Tagged %1$s', 'skil' ) . '', $tags_list ); // WPCS: XSS OK. } } if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) { echo ''; /* translators: %s: post title */ comments_popup_link( sprintf( wp_kses( __( 'Leave a Comment on %s', 'skil' ), array( 'span' => array( 'class' => array() ) ) ), get_the_title() ) ); echo ''; } edit_post_link( sprintf( /* translators: %s: Name of current post */ esc_html__( 'Edit %s', 'skil' ), the_title( '"', '"', false ) ), '', '' ); } endif; if( !function_exists('skil_comment') ) : // Comments Template function skil_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; extract($args, EXTR_SKIP); if ( 'div' == $args['style'] ) { $tag = 'div'; $skil_add_below = 'comment'; } else { $tag = 'li'; $skil_add_below = 'div-comment'; } ?> < id="comment-">
$skil_add_below , 'reply_text' => esc_html__('Reply ', 'skil'), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>

comment_approved == '0' ) : ?>