[wp-trac] [WordPress Trac] #54761: Save the prefered language from login page (since WP5.9)
WordPress Trac
noreply at wordpress.org
Mon Jan 17 15:42:04 UTC 2022
#54761: Save the prefered language from login page (since WP5.9)
-------------------------------------+-----------------------------
Reporter: sebastienserre | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 6.0
Component: Login and Registration | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch 2nd-opinion | Focuses: administration
-------------------------------------+-----------------------------
Comment (by sebastienserre):
Hello,
In my mind, we have 4 cases, but I can miss some...
{{{
Site_lang === Profile_lang ===login_lang => return, nothing to do
Site_lang === Profile_lang !==login_lang => update Profile_lang
Site_lang !== Profile_lang ===login_lang => return, nothing to do
Site_lang !== Profile_lang !==login_lang => update Profile_lang
}}}
Do I miss some cases ?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54761#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list