Not losing slight core settings when updating WordPress
-
I discovered that, for whatever reason, this line in my wp-login.php file on line 390…
$message .= '<' . network_site_url( "wp-login.php?action=rp&key=$key&login=" . rawurlencode( $user_login ), 'login' ) . ">\r\n";
… causes the reset password URL not to be displayed when the user receives the reset-password email. I found that replacing “<” and “>” with “(” and “)” respectively fixed it. But naturally, when I updated WordPress, it returned to its former state.
Is there anything I can do here to stop this happening every time WordPress updates, or must I just always remember to change it when updating?
Thanks in advance,
Kyle.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Not losing slight core settings when updating WordPress’ is closed to new replies.