' . get_the_title() . '' ); } else { printf( // WPCS: XSS OK. /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s Comments', '%1$s Comments', $comment_count, 'comments title', 'sidebar' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } ?>

1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
    'ol', 'short_ping' => true, 'avatar_size' => 90, ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'

', 'email' => '

', 'url' => '

', ); $comment_arg = array( 'id_form' => 'commentform', 'id_submit' => 'submit', 'class_submit' => 'submit', 'name_submit' => 'submit', 'label_submit' => esc_attr__( 'Submit', 'sidebar' ), 'title_reply' => esc_html__( 'Leave a Comment', 'sidebar' ), /* translators: %s: title of comment form */ 'title_reply_to' => esc_html__( 'Leave a Comment to %s', 'sidebar' ), 'cancel_reply_link' => esc_html__( 'Cancel Reply', 'sidebar' ), 'format' => 'xhtml', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '

', 'must_log_in' => '

' . sprintf( /* translators: %s: login url */ __( 'You must be logged in to post a comment.', 'sidebar' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '

', 'logged_in_as' => '

' . sprintf( /* translators: %s: user profile url */ __( 'Logged in as %2$s. Log out?', 'sidebar' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', 'comment_notes_before' => '', 'comment_notes_after' => '', ); comment_form( $comment_arg );?>