I before E except after C. Props schulte and Nazgul. fixes #3314

git-svn-id: https://develop.svn.wordpress.org/trunk@4442 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2006-11-02 06:01:12 +00:00
parent 4022da0113
commit 0255aa20dc
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ case 'retrievepassword' :
if ( 'invalidkey' == $_GET['error'] ) $errors['invalidkey'] = __('Sorry, that key does not appear to be valid.');
do_action('lost_password');
login_header(__('Lost Password'), '<p class="message">' . __('Please enter your username and e-mail address. You will recieve a new password via e-mail.') . '</p>');
login_header(__('Lost Password'), '<p class="message">' . __('Please enter your username and e-mail address. You will receive a new password via e-mail.') . '</p>');
?>
<form name="lostpasswordform" id="lostpasswordform" action="wp-login.php?action=lostpassword" method="post">