From b15477fd9576c1ce2cc76f1884db37196b489e51 Mon Sep 17 00:00:00 2001 From: wpmuguru Date: Wed, 24 Feb 2010 20:45:02 +0000 Subject: [PATCH] more multisite UX rebranding, See #11644 git-svn-id: http://svn.automattic.com/wordpress/trunk@13384 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-activate.php | 2 +- wp-signup.php | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/wp-activate.php b/wp-activate.php index 0fabbfde2f..92b6f98640 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 533cdc0fce..38b1368af3 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') ) { ?>

- +