Changeset 33306
- Timestamp:
- 07/17/2015 04:08:04 AM (9 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
r33305 r33306 267 267 wp.a11y.speak( wp.updates.l10n.updateFailed ); 268 268 269 /* 270 * The lock can be released since this failure was 271 * after the credentials form. 272 */ 273 wp.updates.updateLock = false; 274 269 275 $(document).trigger( 'wp-plugin-update-error', response ); 276 277 wp.updates.queueChecker(); 270 278 }; 271 279
Note: See TracChangeset
for help on using the changeset viewer.