CaffGeek/MBACNationals

View on GitHub
Web.Admin/2014/wordpress/wp-admin/js/updates.js

Summary

Maintainability
A
1 hr
Test Coverage

Function decrementCount has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    wp.updates.decrementCount = function( upgradeType ) {
        var count, pluginCount, $elem;

        $elem = $( '#wp-admin-bar-updates .ab-label' );
        count = $elem.text();
Severity: Minor
Found in Web.Admin/2014/wordpress/wp-admin/js/updates.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status