Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38665, comment 4


Ignore:
Timestamp:
11/04/2016 06:48:49 PM (9 years ago)
Author:
barryceelen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38665, comment 4

    initial v1  
    11[https://core.trac.wordpress.org/attachment/ticket/38665/38665.diff 38665.diff] adds the language dropdown to the 'Add User' form.
    22
    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?
     3Setting `$user->locale` is moved outside of the `$update` conditional.
     4Also removes setting `$user->locale = ''`. Unsure why that was there in the first place?
    45
    56The language select is only shown if `!is_multisite()`. Is that correct?