Make WordPress Core

Ticket #28073: 28073.patch

File 28073.patch, 492 bytes (added by SergeyBiryukov, 11 years ago)
  • src/wp-admin/js/updates.js

     
    3232                        $elem = $( '#menu-plugins' );
    3333                        pluginCount = $elem.find( '.plugin-count' ).eq(0).text();
    3434                        pluginCount = parseInt( pluginCount, 10 ) - 1;
    35                         if ( count < 0 ) {
     35                        if ( pluginCount < 0 ) {
    3636                                return;
    3737                        }
    3838                        $elem.find( '.plugin-count' ).text( pluginCount );