array( //Author field 'author' => '
', //Email Field 'email' => '
', //URL Field 'url' => '
', //Cookies 'cookies' => '', ), // Change the title of send button 'label_submit' => __( 'Submit', 'sheen'), // Change the title replyof comment 'title_reply' => sprintf( '%s' , esc_html__( 'Leave a Reply', 'sheen' ) ), // Change the title of the reply section 'title_reply_to' => __( 'Reply' , 'sheen'), //Cancel Reply Text 'cancel_reply_link' => __( 'Cancel Reply', 'sheen' ), // Redefine your own textarea (the comment body). 'comment_field' => '
', //Message Before Comment 'comment_notes_before' =>'
'. __( 'Required fields are marked *' , 'sheen') .'
', // Remove "Text or HTML to be displayed after the set of comment fields". 'comment_notes_after' => '', //Submit Button ID 'id_submit' => __( 'comment-submit' , 'sheen'), // Submit class 'class_submit' => __( 'c-comment_submit sheen-comment-submit' , 'sheen'), ); comment_form( $sheen_comments_args ); // You can start editing here -- including this comment! if ( have_comments() ) : ?>

%s %s' , esc_html( $sheen_comment_count ) , esc_html__( 'Comments', 'sheen' ) ); // Sanitized Values } else { if ( '1' === $sheen_comment_count ) { printf( /* translators: 1: title. */ esc_html__( 'Comments', 'sheen' ), '' . wp_kses_post( get_the_title() ) . '' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( 'Comments', 'Comments', $sheen_comment_count, 'comments title', 'sheen' ) ), number_format_i18n( $sheen_comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped '' . wp_kses_post( get_the_title() ) . '' ); } } ?>

    new Sheen_walker_comment(), 'style' => 'ol', 'short_ping' => true, 'avatar_size' => 144, ) ); ?>