Changeset 39690 for branches/4.7
- Timestamp:
- 01/05/2017 07:27:38 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-admin/js/updates.js
r39658 r39690 1517 1517 */ 1518 1518 wp.updates.showErrorInCredentialsForm = function( message ) { 1519 var $filesystemForm = $( '#request-filesystem-credentials-form' ); 1520 1519 1521 // Remove any existing error. 1520 1522 $filesystemForm.find( '.notice' ).remove();
Note: See TracChangeset
for help on using the changeset viewer.