I18N: Allow installing new translations when changing the user locale on the profile page.
Up until now, new translations could only be installed via Settings -> General. When editing the user profile, one could only select locales that were already installed. This change allows also installing new translations if the editing user has the necessary capabilities. Props barryceelen, johnbillion, ocean90, swissspidy. Fixes #38664. Built from https://develop.svn.wordpress.org/trunk@55099 git-svn-id: http://core.svn.wordpress.org/trunk@54632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1070,7 +1070,9 @@ table.form-table td .updated p {
|
||||
}
|
||||
|
||||
.settings-php .language-install-spinner,
|
||||
.options-general-php .language-install-spinner {
|
||||
.options-general-php .language-install-spinner,
|
||||
.user-edit-php .language-install-spinner,
|
||||
.profile-php .language-install-spinner {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
margin: -3px 5px 0;
|
||||
|
||||
Reference in New Issue
Block a user