Jake Vanderwerf
9 days ago ed57c386db34d8693ca75311972d0929ebe5f488
inc/registrar/Registrar.php
@@ -910,7 +910,7 @@
        $totalPages = floor($max/$per_page);
        global $wp;
        $current = get_home_url(null, '/'.$wp->request);
        $current = get_home_url(null, '/'.$wp->request.'/');
        $pages = '';
        for ($i = 1; $i<=$totalPages; $i++) {