120, 'style' => 'div', ) ); $comment_pagination = paginate_comments_links( array( 'echo' => false, 'end_size' => 0, 'mid_size' => 0, 'next_text' => '' . esc_html__( 'Newer Comments', 'eksell' ) . '' . esc_html__( 'Newer', 'eksell' ) . '', 'prev_text' => '' . esc_html__( 'Older Comments', 'eksell' ) . '' . esc_html__( 'Older', 'eksell' ) . '', ) ); if ( $comment_pagination ) : // If we're only showing the "Next" link, add a class indicating so. $pagination_classes = ( strpos( $comment_pagination, 'prev page-numbers' ) === false ) ? ' only-next' : ''; ?>
'', 'comment_notes_before' => '', 'comment_notes_after' => '', 'title_reply_before' => '

', 'title_reply_after' => '

' ) ); }