responses ) {
/* translators: %s: Post title. */
printf( _x( 'One reply on “%s”', 'comments title', 'twentynineteen' ), get_the_title() );
} else {
printf(
/* translators: 1: Number of comments, 2: Post title. */
_nx(
'%1$s reply on “%2$s”',
'%1$s replies on “%2$s”',
$discussion->responses,
'comments title',
'twentynineteen'
),
number_format_i18n( $discussion->responses ),
get_the_title()
);
}
}
?>
new TwentyNineteen_Walker_Comment(),
'avatar_size' => twentynineteen_get_avatar_size(),
'short_ping' => true,
'style' => 'ol',
)
);
?>
sprintf(
'%1$s %2$s',
$prev_icon,
/* translators: Comments navigation link text. The secondary-text element is hidden on small screens. */
__( 'PreviousComments', 'twentynineteen' )
),
'next_text' => sprintf(
'%1$s %2$s',
/* translators: Comments navigation link text. The secondary-text element is hidden on small screens. */
__( 'NextComments', 'twentynineteen' ),
$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' ) ) ) :
?>
new TwentyNineteen_Walker_Comment(), 'avatar_size' => twentynineteen_get_avatar_size(), 'short_ping' => true, 'style' => 'ol', ) ); ?>
sprintf( '%1$s %2$s', $prev_icon, /* translators: Comments navigation link text. The secondary-text element is hidden on small screens. */ __( 'Previous Comments', 'twentynineteen' ) ), 'next_text' => sprintf( '%1$s %2$s', /* translators: Comments navigation link text. The secondary-text element is hidden on small screens. */ __( 'Next Comments', 'twentynineteen' ), $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' ) ) ) : ?>