Changes between Initial Version and Version 1 of Ticket #38665, comment 4
- Timestamp:
- 11/04/2016 06:48:49 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38665, comment 4
initial v1 1 1 [https://core.trac.wordpress.org/attachment/ticket/38665/38665.diff 38665.diff] adds the language dropdown to the 'Add User' form. 2 2 3 Setting `$user->locale` is moved outside of the `$update` conditional. Currently also removes setting `$user->locale = ''`. Unsure why that was there in the first place? 3 Setting `$user->locale` is moved outside of the `$update` conditional. 4 Also removes setting `$user->locale = ''`. Unsure why that was there in the first place? 4 5 5 6 The language select is only shown if `!is_multisite()`. Is that correct?