From 71cabcdb878969fc09a5c541a3c888e30be59e23 Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 28 Mar 2007 13:25:24 +0000 Subject: Typo git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@942 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-activate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-activate.php') diff --git a/wp-activate.php b/wp-activate.php index 93671ff..3819af6 100644 --- a/wp-activate.php +++ b/wp-activate.php @@ -50,7 +50,7 @@ if ( empty($_GET['key']) && empty($_POST['key']) ) { $signup = $result->get_error_data(); _e( '

Your account is now active!

' ); if( $signup->domain . $signup->path == '' ) { - printf(__('

Your account has been activaed. You may now login to the site using your chosen username of "%2$s". Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can reset your password.

'), 'http://' . $current_site->domain . $current_site->path . 'wp-login.php', $signup->user_login, $signup->user_email, 'http://' . $current_site->domain . $current_site->path . 'wp-login.php?action=lostpassword'); + printf(__('

Your account has been activated. You may now login to the site using your chosen username of "%2$s". Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can reset your password.

'), 'http://' . $current_site->domain . $current_site->path . 'wp-login.php', $signup->user_login, $signup->user_email, 'http://' . $current_site->domain . $current_site->path . 'wp-login.php?action=lostpassword'); } else { printf(__('

Your blog at %2$s is active. You may now login to your blog using your chosen username of "%3$s". Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can reset your password.

'), 'http://' . $signup->domain, $signup->domain, $signup->user_login, $signup->user_email, 'http://' . $current_site->domain . $current_site->path . 'wp-login.php?action=lostpassword'); } -- cgit