Ticket #14140: t14140-url-angle-brackets.diff
File t14140-url-angle-brackets.diff, 769 bytes (added by , 14 years ago) |
---|
-
wp-login.php
190 190 $message .= network_site_url() . "\r\n\r\n"; 191 191 $message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n"; 192 192 $message .= __('To reset your password visit the following address, otherwise just ignore this email and nothing will happen.') . "\r\n\r\n"; 193 $message .= network_site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login'). "\r\n";193 $message .= '<' . network_site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login') . '>' . "\r\n"; 194 194 195 195 if ( is_multisite() ) 196 196 $blogname = $GLOBALS['current_site']->site_name;