CaffGeek/MBACNationals

View on GitHub
Web.Admin/2014/wordpress/wp-admin/install.php

Summary

Maintainability
A
1 hr
Test Coverage

Method display_setup_form has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function display_setup_form( $error = null ) {
    // Ensure that Blogs appear in search engines by default
    $blog_public = 1;
    if ( isset($_POST) && !empty($_POST) ) {
        $blog_public = isset($_POST['blog_public']);
Severity: Minor
Found in Web.Admin/2014/wordpress/wp-admin/install.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status