Changeset 33303
- Timestamp:
- 07/17/2015 04:00:34 AM (8 years ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
-
branches/4.2/src/wp-admin/js/updates.js
r32267 r33303 251 251 var $message, name; 252 252 wp.updates.updateDoneSuccessfully = false; 253 if ( response.errorCode && response.errorCode == 'unable_to_connect_to_filesystem' ) {253 if ( response.errorCode && response.errorCode == 'unable_to_connect_to_filesystem' && wp.updates.shouldRequestFilesystemCredentials ) { 254 254 wp.updates.credentialError( response, 'update-plugin' ); 255 255 return;
Note: See TracChangeset
for help on using the changeset viewer.