diff --git a/wp-activate.php b/wp-activate.php index 0fabbfde2..92b6f9864 100644 --- a/wp-activate.php +++ b/wp-activate.php @@ -66,7 +66,7 @@ get_header(); if ( $signup->domain . $signup->path == '' ) { 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'); + printf(__('

Your site at %2$s is active. You may now login to your site 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'); } } else { ?> diff --git a/wp-signup.php b/wp-signup.php index 533cdc0fc..38b1368af 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -62,9 +62,9 @@ function show_blog_form($blogname = '', $blog_title = '', $errors = '') { global $current_site; // Blog name if ( !is_subdomain_install() ) - echo ''; + echo ''; else - echo ''; + echo ''; if ( $errmsg = $errors->get_error_message('blogname') ) { ?>

@@ -78,7 +78,7 @@ function show_blog_form($blogname = '', $blog_title = '', $errors = '') { if ( !is_user_logged_in() ) { print '(' . __( 'Your address will be ' ); if ( !is_subdomain_install() ) - print $current_site->domain . $current_site->path . __( 'blogname' ); + print $current_site->domain . $current_site->path . __( 'sitename' ); else print __( 'domain.' ) . $current_site->domain . $current_site->path; echo '. ' . __( 'Must be at least 4 characters, letters and numbers only. It cannot be changed so choose carefully!)' ) . '

'; @@ -86,7 +86,7 @@ function show_blog_form($blogname = '', $blog_title = '', $errors = '') { // Blog Title ?> - + get_error_message('blog_title') ) { ?>

- +