' . wp_kses_post( get_the_title() ) . '' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s comment on “%2$s”', '%1$s comments on “%2$s”', $godhuli_comment_count, 'comments title', 'godhuli' ) ), wp_kses_post( number_format_i18n( $godhuli_comment_count ) ), '' . wp_kses_post( get_the_title() ) . '' ); } ?>

'html5', 'title_reply' => '
' . esc_attr__( 'Leave A Reply', 'godhuli' ) . '
', 'comment_notes_before' => '', 'comment_field' => '
' . '
' . '
', 'class_submit' => 'form-submit', 'fields' => apply_filters( 'godhuli_form_default_fields', array( 'author' => '
' . '
', 'email' => '
' . '
', 'url' => '
' . '
', 'cookies' => '', ) ), ); comment_form( $godhuli_args ); ?>