120, 'style' => 'div', ) ); $comment_pagination = paginate_comments_links( array( 'echo' => false, 'prev_text' => __( 'Older Comments', 'miyazaki' ), 'next_text' => __( 'Newer Comments', 'miyazaki' ), ) ); if ( $comment_pagination ) : // If we're only showing the "Next" link, add a class indicating so if ( strpos( $comment_pagination, 'prev page-numbers' ) === false ) { $pagination_classes .= ' only-next'; } else { $pagination_classes = ''; } ?>