Changeset 56175 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 07/09/2023 07:54:42 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r56150 r56175 922 922 var languageSelect = $( '#locale' ); 923 923 $( 'form' ).on( 'submit', function() { 924 // Don't show a spinner for English and installed languages, 925 // as there is nothing to download. 924 /* 925 * Don't show a spinner for English and installed languages, 926 * as there is nothing to download. 927 */ 926 928 if ( ! languageSelect.find( 'option:selected' ).data( 'installed' ) ) { 927 929 $( '#submit', this ).after( '<span class="spinner language-install-spinner is-active" />' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)