From 9817ff2d282c68faaa09232845829b96f207e72b Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 30 Oct 2007 16:48:23 +0000 Subject: Minor text changes git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1138 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-signup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wp-signup.php') diff --git a/wp-signup.php b/wp-signup.php index 2960b9a..f3396d1 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -223,7 +223,7 @@ function validate_another_blog_signup() { function confirm_another_blog_signup($domain, $path, $blog_title, $user_name, $user_email, $meta) { ?> -

+

http://%2$s is your new blog. Login as "%4$s" using your existing password.'), $domain.$path, $domain.$path, "http://" . $domain.$path . "wp-login.php", $user_name) ?>

-

+

you must activate it.') ?>

%1$s and click the link given. '), $user_email) ?>

@@ -369,7 +369,7 @@ function validate_blog_signup() { function confirm_blog_signup($domain, $path, $blog_title, $user_name, $user_email, $meta) { ?> -

+

you must activate it.') ?>

%s and click the link given. '), $user_email) ?>

-- cgit