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