Jake Vanderwerf
10 days ago 97e7c319d656a5f05489ca996e249e7359303d4d
=Jakevan edits done?
1 files modified
2 ■■■ changed files
inc/registrar/Registrar.php 2 ●●● patch | view | raw | blame | history
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++) {