Emin olmamak ile beraber bu kodu functions.php dosyanıza eklerseniz işe yarayabilir.

add_action( 'init', 're_comment_page_slug' );

function re_comment_page_slug() {
$GLOBALS['wp_rewrite']->comments_pagination_base = 'xxxx';
}
Edit: Güncelledim.