Changeset 56176 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 07/09/2023 08:05:43 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r55753 r56176 1006 1006 var languageSelect = $( '#WPLANG' ); 1007 1007 $( 'form' ).on( 'submit', function() { 1008 // Don't show a spinner for English and installed languages, 1009 // as there is nothing to download. 1008 /* 1009 * Don't show a spinner for English and installed languages, 1010 * as there is nothing to download. 1011 */ 1010 1012 if ( ! languageSelect.find( 'option:selected' ).data( 'installed' ) ) { 1011 1013 $( '#submit', this ).after( '<span class="spinner language-install-spinner is-active" />' );
Note: See TracChangeset
for help on using the changeset viewer.