CaffGeek/MBACNationals

View on GitHub
Web.Admin/2014/wordpress/wp-content/themes/default/sidebar.php

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

            <?php if ( is_404() || is_category() || is_day() || is_month() ||
                        is_year() || is_search() || is_paged() ) {
            ?> <li>

            <?php /* If this is a 404 page */ if (is_404()) { ?>
Severity: Major
Found in Web.Admin/2014/wordpress/wp-content/themes/default/sidebar.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status