Ticket #55501: 55501.patch
| File 55501.patch, 1.0 KB (added by , 4 years ago) |
|---|
-
src/wp-admin/includes/ms.php
1017 1017 // as there is nothing to download. 1018 1018 if ( ! languageSelect.find( 'option:selected' ).data( 'installed' ) ) { 1019 1019 $( '#submit', this ).after( '<span class="spinner language-install-spinner is-active" />' ); 1020 $( '#submit', this ).attr( 'disabled', true ); 1020 1021 } 1021 1022 }); 1022 1023 } ); -
src/wp-admin/includes/options.php
94 94 // as there is nothing to download. 95 95 if ( ! languageSelect.find( 'option:selected' ).data( 'installed' ) ) { 96 96 $( '#submit', this ).after( '<span class="spinner language-install-spinner is-active" />' ); 97 $( '#submit', this ).attr( 'disabled', true ); 97 98 } 98 99 }); 99 100 } );