responses ) { /* translators: %s: post title */ printf( esc_html( 'One reply on “%s”', 'comments title', 'doitsimple' ), get_the_title() ); } else { printf( /* translators: 1: number of comments, 2: post title */ esc_html( '%1$s reply on “%2$s”', '%1$s replies on “%2$s”', $discussion->responses, 'comments title', 'doitsimple' ), number_format_i18n( $discussion->responses ), get_the_title() ); } } ?>

    new DoItSimple_Walker_Comment(), 'avatar_size' => doitsimple_get_avatar_size(), 'short_ping' => true, 'style' => 'ol', ) ); ?>
sprintf( '%s %s %s', $prev_icon, __( 'Previous', 'doitsimple' ), __( 'Comments', 'doitsimple' ) ), 'next_text' => sprintf( '%s %s %s', __( 'Next', 'doitsimple' ), __( 'Comments', 'doitsimple' ), $next_icon ), ) ); endif; // Show comment form at bottom if showing newest comments at the bottom. if ( comments_open() && 'asc' === strtolower( get_option( 'comment_order', 'asc' ) ) ) : ?>