Changeset 31969
- Timestamp:
- 04/01/2015 09:30:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/updates.js
r31949 r31969 208 208 var newText = $pluginRow.find('.plugin-version-author-uri').html().replace( response.oldVersion, response.newVersion ); 209 209 $pluginRow.find('.plugin-version-author-uri').html( newText ); 210 211 // Add updated class to update message parent tr 212 $pluginRow.next().addClass( 'updated' ); 210 213 } else if ( 'plugin-install' === pagenow ) { 211 214 $updateMessage = $( '.plugin-card-' + response.slug ).find( '.update-now' ); … … 228 231 wp.updates.queueChecker(); 229 232 }; 233 230 234 231 235 /**
Note: See TracChangeset
for help on using the changeset viewer.