• Resolved ctrl-alt-esc

    (@ctrl-alt-esc)


    In Super Admin -> Domains, clicking on a number in the site id column takes you to a 404 not found error.

    To fix it, change this line in domain_mapping.php:
    $edit_url = admin_url( 'wpmu-blogs.php' );
    to this:
    $edit_url = admin_url( 'ms-sites.php' );

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress MU Domain Mapping] Broken Link’ is closed to new replies.