Changeset 28254
- Timestamp:
- 05/05/2014 09:38:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/updates.js
r27281 r28254 33 33 pluginCount = $elem.find( '.plugin-count' ).eq(0).text(); 34 34 pluginCount = parseInt( pluginCount, 10 ) - 1; 35 if ( count < 0 ) {35 if ( pluginCount < 0 ) { 36 36 return; 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.