[wp-trac] [WordPress Trac] #36439: Wrong language when resetting password
WordPress Trac
noreply at wordpress.org
Thu Apr 7 09:29:26 UTC 2016
#36439: Wrong language when resetting password
------------------------------------+-----------------------------
Reporter: vasikgreif | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version: 4.4.2
Severity: normal | Keywords:
Focuses: multisite |
------------------------------------+-----------------------------
When using WPML (or other multilanguage plugin) along with multisite, the
reset password email comes in wrong language, as the reset password form
is sent to network_site_url() instead of site_url(). I think a proper way
should be:
<form name="lostpasswordform" id="lostpasswordform" action="<?php echo
esc_url( site_url( 'wp-login.php?action=lostpassword', 'login_post' ) );
?>" method="post">
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36439>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list