Jake Vanderwerf
10 days ago 97e7c319d656a5f05489ca996e249e7359303d4d
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++) {