From d510632e9f07cec9ac3de3b5dafc56bd58c81b8a Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 7 Nov 2006 12:37:04 +0000 Subject: WP Merge git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@804 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-login.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wp-login.php') diff --git a/wp-login.php b/wp-login.php index cfc10f7..1cd7933 100644 --- a/wp-login.php +++ b/wp-login.php @@ -23,7 +23,7 @@ if ( defined('RELOCATE') ) { // Move flag is set // Rather than duplicating this HTML all over the place, we'll stick it in function function login_header($title = 'Login', $message = '') { - global $errors, $error, $wp_locale; + global $errors, $error, $wp_locale, $current_site; ?> @@ -133,7 +133,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'), '

' . __('Please enter your username and e-mail address. You will recieve a new password via e-mail.') . '

'); + login_header(__('Lost Password'), '

' . __('Please enter your username and e-mail address. You will receive a new password via e-mail.') . '

'); ?>
@@ -263,7 +263,7 @@ default: login_header(__('Login')); ?> - +

-- cgit