' . esc_html(get_the_title()) . '' ); } else { printf( // WPCS: XSS OK. /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $dandy_comment_count, 'comments title', 'dandy' ) ), number_format_i18n( $dandy_comment_count ), '' . esc_html(get_the_title()) . '' ); } ?>

    'ol', 'short_ping' => true, 'avatar_size' => '70', 'reply_text' => '' .esc_html__( 'Reply' , 'dandy' ) . '', ) ); ?>

'

', 'email' => '

', 'url' => '

', ); $dandy_required_text = esc_html__(' Required fields are marked ', 'dandy').' *'; ?> apply_filters( 'dandy_comment_form_default_fields', $dandy_fields ), /* translators: %s: wordpress login url */ 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.' , 'dandy' ), wp_login_url( apply_filters( 'dandy_the_permalink', get_permalink( ) ) ) ) . '

', /* translators: 1: profile user link, 2: username, 3: logout link */ 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?' , 'dandy' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'dandy_the_permalink', get_permalink( ) ) ) ) . '

', 'comment_notes_before' => '

' . esc_html__( 'Your email address will not be published.' , 'dandy' ) . ( $dandy_req ? $dandy_required_text : '' ) . '

', 'title_reply' => esc_html__( 'Leave a Reply' , 'dandy' ), /* translators: %s: name of person to reply */ 'title_reply_to' => __( 'Leave a Reply to %s' , 'dandy' ), 'cancel_reply_link' => esc_html__( 'Cancel reply' , 'dandy' ) . '', 'label_submit' => esc_html__( 'Post Comment' , 'dandy' ), 'comment_field' => '

', )); ?>