anonymated adlı üyeden alıntı

Ya arkadaş link gitmiyor demiş 50 kişi mail fonksiyonu demiş. Epostayı güvercinle mi yolluyor sanki :D Hey Allah'ım.


Okumayan nesil yapacak bir şey yok.

Ek Olarak: sorunun çözümü:

notepad++ ile wp-login.php dosyasını açıyoruz.

369 - 374 kod bloğuna aşağıdaki kodu yapıştırıyoruz.

$message = __('Someone requested that the password be reset for the following account:') ."
" ."\r\n\r\n";
$message .= network_home_url( '' ) . "\r\n\r\n";
$message .= sprintf(__('Username: %s'), $user_login) . "
" ."\r\n\r\n";
$message .= __('If this was a mistake, just ignore this email and nothing will happen.') . "

" ."\r\n\r\n";
$message .= __('To reset your password, visit the following address:') . "
" ."\r\n\r\n";
$message .= '' . network_site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login') .''. "\r\n";

sorun çözülüyor. Fakat standart wordpress neden bu kod bloğu ile gelmiyor anlamış değilim.